...
|
...
|
@@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() { |
|
|
success: function(result) {
|
|
|
tip.show(result.message);
|
|
|
|
|
|
if (result.code === 200) {
|
|
|
setTimeout(function() {
|
|
|
window.location.href = '/cart/index/index?cartType=ordinary';
|
|
|
}, 500);
|
|
|
}
|
|
|
// if (result.code === 200) {
|
|
|
// setTimeout(function() {
|
|
|
// window.location.href = '/cart/index/index?cartType=ordinary';
|
|
|
// }, 500);
|
|
|
// }
|
|
|
},
|
|
|
error: function() {
|
|
|
tip.show('请求失败,请重试!');
|
...
|
...
|
|