mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-10 22:11:39 +08:00
商品销量中增加
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
success: function (data) {
|
||||
if (data.status == "success") {
|
||||
alert("下单成功");
|
||||
window.location.reload();
|
||||
} else {
|
||||
alert("下单失败,原因为" + data.data.errMsg);
|
||||
if (data.data.errCode == "20003") {
|
||||
|
Reference in New Issue
Block a user