...
|
...
|
@@ -59,7 +59,7 @@ $newCoupon.on('submit', function() { |
|
|
orderInfo('yohoCoin', 0);
|
|
|
orderInfo('couponCode', res.data.coupon_code);
|
|
|
orderInfo('couponName', res.data.coupon_title);
|
|
|
window.location.href = '/cart/index/new/orderEnsure';
|
|
|
history.go(-1);
|
|
|
}
|
|
|
}).fail(function() {
|
|
|
tip.show('网络错误');
|
...
|
...
|
@@ -85,7 +85,7 @@ $('body').on('touchend', '.not-use', function() { |
|
|
|
|
|
// 实付金额发生变化,使用有货币为0
|
|
|
orderInfo('yohoCoin', 0);
|
|
|
location.href = '/cart/index/new/orderEnsure';
|
|
|
history.go(-1);
|
|
|
});
|
|
|
|
|
|
|
...
|
...
|
@@ -142,7 +142,7 @@ function getCouponHandle(allCoupons) { |
|
|
|
|
|
// 实付金额发生变化,使用有货币为0
|
|
|
orderInfo('yohoCoin', 0);
|
|
|
window.location.href = '/cart/index/new/orderEnsure';
|
|
|
history.go(-1);
|
|
|
} else if (res.message) {
|
|
|
tip.show(res.message);
|
|
|
}
|
...
|
...
|
|