Showing
1 changed file
with
1 additions
and
1 deletions
@@ -91,7 +91,7 @@ $(function() { | @@ -91,7 +91,7 @@ $(function() { | ||
91 | if ($('.chk-group').length) { | 91 | if ($('.chk-group').length) { |
92 | // 防止回退history.go(-1)时页面状态不改变 | 92 | // 防止回退history.go(-1)时页面状态不改变 |
93 | // 这里可以添加loading效果 | 93 | // 这里可以添加loading效果 |
94 | - window.location.reload(); | 94 | + // window.location.reload(); |
95 | Cart.checkStorage(function() { | 95 | Cart.checkStorage(function() { |
96 | if (!$(this).hasClass('disable')) { | 96 | if (!$(this).hasClass('disable')) { |
97 | window.location.href = '/shopping/order'; | 97 | window.location.href = '/shopping/order'; |
-
Please register or login to post a comment