|
|
|
@ -199,12 +199,12 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
}).then((result) => {
|
|
|
|
|
//验证有问题{"status":1,"message":"success"}
|
|
|
|
|
// console.log(result);
|
|
|
|
|
// this.openNotification("验证码已发送,请注意查收!",2);
|
|
|
|
|
// this.openNotification("验证码已发送,请注意查收");
|
|
|
|
|
|
|
|
|
|
if(result.data.status===1){
|
|
|
|
|
this.openNotification("验证码已发送,请注意查收",2);
|
|
|
|
|
this.openNotification("验证码已发送,请注意查收");
|
|
|
|
|
}else if(result.data.status===-2){
|
|
|
|
|
this.openNotification(result.data.message,2);
|
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error);
|
|
|
|
|