1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-10 22:11:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

商品销量中增加

This commit is contained in:
2022-03-05 10:27:50 +08:00
parent 42888a2d8a
commit 4ecd497e00
6 changed files with 26 additions and 4 deletions

View File

@@ -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") {