code review by hf: fixes bugs to product consults link error
Showing
3 changed files
with
1 additions
and
1 deletions
@@ -8950,7 +8950,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | @@ -8950,7 +8950,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | ||
8950 | }); | 8950 | }); |
8951 | orderInfo('couponCode', null); | 8951 | orderInfo('couponCode', null); |
8952 | orderInfo('couponName', null); | 8952 | orderInfo('couponName', null); |
8953 | - history.go(0); | 8953 | + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val(); |
8954 | } else { | 8954 | } else { |
8955 | tip.show(data.message); | 8955 | tip.show(data.message); |
8956 | } | 8956 | } |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment