...
|
...
|
@@ -27,10 +27,10 @@ router.get('/paySuccess/payCod', payController.payCod);// 支付成功,货到 |
|
|
router.get('/shopping/pay/aliwapreturn', payController.payAli);// 支付成功,支付宝付款
|
|
|
|
|
|
router.get('/index/new/orderEnsure', authMW, order.orderEnsure); // 订单结算
|
|
|
router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址
|
|
|
router.get('/index/new/selectCoupon', authMW, order.selectCoupon); // 选择优惠券 页面
|
|
|
router.get('/index/new/couponList', order.couponList); // [ajax]获取优惠券列表
|
|
|
router.post('/index/new/couponSearch', order.couponSearch); // [ajax]购物车输入优惠券码使用优惠券
|
|
|
router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址
|
|
|
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|