Compare commits
2 Commits
9ede888e5b
...
e8406670b5
Author | SHA1 | Date |
---|---|---|
nopy | e8406670b5 | |
nopy | e9fd1cd4a0 |
|
@ -31,11 +31,11 @@ function SignInPage(){
|
|||
setID('')
|
||||
setpassword('')
|
||||
}
|
||||
if(data.result==='账号不存在'){
|
||||
alert('账号不存在,请先注册')
|
||||
setID('')
|
||||
setpassword('')
|
||||
}
|
||||
// if(data.result==='账号不存在'){
|
||||
// alert('账号不存在,请先注册')
|
||||
// setID('')
|
||||
// setpassword('')
|
||||
// }
|
||||
} catch (error) {
|
||||
// 处理登录失败后的逻辑
|
||||
alert('网络出现异常')
|
||||
|
|
Loading…
Reference in New Issue