Authored by biao

update

@@ -5910,7 +5910,9 @@ $yohoPage.on('touchstart', '.btn-minus', function() { @@ -5910,7 +5910,9 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
5910 5910
5911 //延迟刷新,否则面板可能无法隐藏 5911 //延迟刷新,否则面板可能无法隐藏
5912 setTimeout(function() { 5912 setTimeout(function() {
5913 - window.location.reload(); 5913 +
  5914 + //获取当前页面商品类型:普通商品/预售商品
  5915 + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val();
5914 }, 1); 5916 }, 1);
5915 } 5917 }
5916 }).fail(function() { 5918 }).fail(function() {
This diff could not be displayed because it is too large.