Authored by hf

code review by hf: fixes bugs to product consults link error

@@ -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.