dev_local_2
杨树林 6 years ago
parent cfea6c59cc
commit cddcf60ccf

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

Loading…
Cancel
Save