dev_static
杨树明 5 years ago
parent e96cc8f2aa
commit 8185282029

@ -621,10 +621,10 @@ class LoginRegisterComponent extends Component {
if(result.data.status===1){ if(result.data.status===1){
this.openNotification("验证码已发送,请注意查收!",2); this.openNotification("验证码已发送,请注意查收!",2);
}else{ }else{
this.openNotification(result.data.success,2);
} }
}).catch((error) => { }).catch((error) => {
this.openNotification(result.data.success,2);
}) })
} }

Loading…
Cancel
Save