Authored by 郭成尧

coupon-backUrl

... ... @@ -243,7 +243,7 @@ exports.selectCoupon = (req, res) => {
let headerData = headerModel.setNav({
navTitle: '选择优惠券',
backUrl: helpers.urlFormat('/cart/new/orderEnsure'),
backUrl: helpers.urlFormat('/cart/index/new/orderEnsure'),
navBtn: false
});
... ...
... ... @@ -91,7 +91,7 @@
<ul class="sale-invoice">
{{#if isOrdinaryCart}}
<li class="coupon">
<a href="{{#if isLimit}}javascript:void(0);{{else}}/cart/index/selectCoupon{{/if}}">
<a href="{{#if isLimit}}javascript:void(0);{{else}}/cart/index/new/selectCoupon{{/if}}">
<span class="title">优惠券</span>
{{# coupon}}
<span class="coupon-count">
... ...