mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 15:01:39 +08:00
交易下单4-获取用户登录信息;Price拼写错误改正
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
success: function (data) {
|
||||
if (data.status == "success") {
|
||||
alert("登录成功");
|
||||
window.location.href = "listitem.html";
|
||||
} else {
|
||||
alert("登录失败,原因为" + data.data.errMsg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user