注册与登录bug修复
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
if (c.statusCode == 200) {
|
||||
if (c.data.err_code == 0) {
|
||||
//save_json("cookie", c.data.return.cookie)
|
||||
banner_alert('success', "登录成功",9500)
|
||||
banner_alert('success', "登录成功",950)
|
||||
save_json("user_info", c.data.return.user_info)
|
||||
setTimeout(() => {
|
||||
location.href = '/'
|
||||
|
||||
Reference in New Issue
Block a user