...
|
...
|
@@ -91,7 +91,7 @@ $(function() { |
|
|
if ($('.chk-group').length) {
|
|
|
// 防止回退history.go(-1)时页面状态不改变
|
|
|
// 这里可以添加loading效果
|
|
|
window.location.reload();
|
|
|
// window.location.reload();
|
|
|
Cart.checkStorage(function() {
|
|
|
if (!$(this).hasClass('disable')) {
|
|
|
window.location.href = '/shopping/order';
|
...
|
...
|
|