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

交易下单4-获取用户登录信息;Price拼写错误改正

This commit is contained in:
2022-03-04 17:39:39 +08:00
parent 49d3380c40
commit 42888a2d8a
7 changed files with 49 additions and 28 deletions

View File

@@ -58,6 +58,7 @@
success: function (data) {
if (data.status == "success") {
alert("登录成功");
window.location.href = "listitem.html";
} else {
alert("登录失败,原因为" + data.data.errMsg);
}