...
|
...
|
@@ -36,7 +36,9 @@ router.get('/index/new/pay/alipayresult', authMW, payController.payAli);// æ”¯ä» |
|
|
router.get('/index/new/orderEnsure', authMW, disableBFCache, order.orderEnsure); // 订单结算
|
|
|
router.post('/index/new/orderCompute', authMW, order.orderCompute); // 结算页参数改变,重新运算
|
|
|
router.post('/index/new/orderSub', authMW, order.orderSub); // 订单提交
|
|
|
router.get('/index/new/selectCoupon', authMW, order.selectCoupon); // 选择优惠券 页面
|
|
|
|
|
|
// router.get('/index/new/selectCoupon', authMW, order.selectCoupon); // 选择优惠券 页面 old
|
|
|
router.get('/index/new/selectCoupon', authMW, order.selectCoupons); // 选择优惠券 页面 New!
|
|
|
router.get('/index/new/couponList', order.couponList); // [ajax]获取优惠券列表
|
|
|
router.post('/index/new/useCouponCode', order.useCouponCode); // [ajax]购物车输入优惠券码使用优惠券
|
|
|
router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址
|
...
|
...
|
|