dev_static
杨树明 5 years ago
parent d6f796cad0
commit df1ecfccaa

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

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

Loading…
Cancel
Save