Authored by 郭成尧

cartType

@@ -170,7 +170,7 @@ $buyNowBtn.on('touchstart', function() { @@ -170,7 +170,7 @@ $buyNowBtn.on('touchstart', function() {
170 170
171 if (result.code === 200) { 171 if (result.code === 200) {
172 setTimeout(function() { 172 setTimeout(function() {
173 - window.location.href = '/cart/index/index'; 173 + window.location.href = '/cart/index/index?cartType=ordinary';
174 }, 500); 174 }, 500);
175 } 175 }
176 }, 176 },