Compare commits
No commits in common. "e8406670b5e01f1910fb68eb3a04b75ae197c079" and "9ede888e5b721a920b59f79f2b5c43ee1757f2d6" have entirely different histories.
e8406670b5
...
9ede888e5b
|
@ -31,11 +31,11 @@ function SignInPage(){
|
||||||
setID('')
|
setID('')
|
||||||
setpassword('')
|
setpassword('')
|
||||||
}
|
}
|
||||||
// if(data.result==='账号不存在'){
|
if(data.result==='账号不存在'){
|
||||||
// alert('账号不存在,请先注册')
|
alert('账号不存在,请先注册')
|
||||||
// setID('')
|
setID('')
|
||||||
// setpassword('')
|
setpassword('')
|
||||||
// }
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// 处理登录失败后的逻辑
|
// 处理登录失败后的逻辑
|
||||||
alert('网络出现异常')
|
alert('网络出现异常')
|
||||||
|
|
Loading…
Reference in New Issue