Authored by 梁志锋

购物车的切换问题

@@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() { @@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() {
166 $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox'); 166 $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox');
167 }); 167 });
168 } 168 }
169 - window.history.go(0); 169 + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val();
170 } 170 }
171 171
172 function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) { 172 function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) {