no message
This commit is contained in:
parent
8c3ef10706
commit
1c99849531
@ -57,7 +57,8 @@ function $ajaxget(url, data) {
|
||||
showWindow("login", "https://passport.gter.net/login/ajax", "get", -1, { cover: true })
|
||||
reject()
|
||||
}
|
||||
if (data.code == 201) creationAlertBox("error", res.message)
|
||||
if (data.code == 201) creationAlertBox("error", res.message || res.msg)
|
||||
|
||||
resolve(data)
|
||||
})
|
||||
.catch(error => {
|
||||
|
Loading…
Reference in New Issue
Block a user