Authored by 郝肖肖

加减购物车商品失败提示

... ... @@ -608,6 +608,8 @@ function countAJAX(data) {
}).then(function(d) {
if (d.code === 200) {
window.history.go(0);
} else {
new Alert(d.message === '' ? '加入购物车失败哦~~' : d.message).show();
}
countBusy = false;
});
... ...