Authored by 郭成尧

cartType

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