no message

This commit is contained in:
A1300399510 2024-11-14 11:56:17 +08:00
parent 8c3ef10706
commit 1c99849531

View File

@ -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 => {