Merge branch 'feature/bundleToCart' into release/5.6
Showing
2 changed files
with
9 additions
and
5 deletions
@@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() { | @@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() { | ||
168 | success: function(result) { | 168 | success: function(result) { |
169 | tip.show(result.message); | 169 | tip.show(result.message); |
170 | 170 | ||
171 | - if (result.code === 200) { | ||
172 | - setTimeout(function() { | ||
173 | - window.location.href = '/cart/index/index?cartType=ordinary'; | ||
174 | - }, 500); | ||
175 | - } | 171 | + // if (result.code === 200) { |
172 | + // setTimeout(function() { | ||
173 | + // window.location.href = '/cart/index/index?cartType=ordinary'; | ||
174 | + // }, 500); | ||
175 | + // } | ||
176 | }, | 176 | }, |
177 | error: function() { | 177 | error: function() { |
178 | tip.show('请求失败,请重试!'); | 178 | tip.show('请求失败,请重试!'); |
-
Please register or login to post a comment