Merge branch 'develop' into test
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -106,7 +106,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | @@ -106,7 +106,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | ||
106 | }); | 106 | }); |
107 | orderInfo('couponCode', null); | 107 | orderInfo('couponCode', null); |
108 | orderInfo('couponName', null); | 108 | orderInfo('couponName', null); |
109 | - history.go(0); | 109 | + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val(); |
110 | } else { | 110 | } else { |
111 | tip.show(data.message); | 111 | tip.show(data.message); |
112 | } | 112 | } |
-
Please register or login to post a comment