|
|
@ -462,14 +462,14 @@ class LoginRegisterComponent extends Component {
|
|
|
|
if(result.data.message==="验证码不正确"){
|
|
|
|
if(result.data.message==="验证码不正确"){
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
Phonenumberisnotcosyzm:"验证码不正确",
|
|
|
|
Phonenumberisnotcosyzm:"验证码不正确",
|
|
|
|
})
|
|
|
|
});
|
|
|
|
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}else if(result.data.message==="验证码已失效"){
|
|
|
|
}else if(result.data.message==="验证码已失效"){
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
Phonenumberisnotcosyzm:"验证码不正确",
|
|
|
|
Phonenumberisnotcosyzm:"验证码已失效",
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}else {
|
|
|
|
}else {
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|