Authored by yyq

ie8购物车不跳转问题

@@ -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';