|
|
|
@ -620,8 +620,8 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
// console.log(result);
|
|
|
|
|
if(result.data.status===1){
|
|
|
|
|
this.openNotification("验证码已发送,请注意查收!",2);
|
|
|
|
|
}else{
|
|
|
|
|
this.openNotification(result.data.success,2);
|
|
|
|
|
}else if(result.data.status===-2){
|
|
|
|
|
this.openNotification(result.data.message,2);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
|
|
|
|
@ -665,7 +665,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
if(this.state.pciphone===true) {
|
|
|
|
|
if (this.state.dragOk === false) {
|
|
|
|
|
this.openNotification("拖动滑块验证");
|
|
|
|
|
this.openNotification("请拖动滑块验证");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|