diff --git a/public/react/src/modules/user/FindPasswordComponent.js b/public/react/src/modules/user/FindPasswordComponent.js index 5edc7b0b4..d87bb6a4a 100644 --- a/public/react/src/modules/user/FindPasswordComponent.js +++ b/public/react/src/modules/user/FindPasswordComponent.js @@ -405,6 +405,7 @@ class LoginRegisterComponent extends Component { } inputOnBlurzhuche = (e)=>{ + if(this.state.pciphone===false) { if(this.state.login===""||this.state.login.length===0){ this.setState({ Phonenumberisnotco: "账号不能为空", @@ -419,10 +420,12 @@ class LoginRegisterComponent extends Component { }) this.Emailphonenumberverification(e.target.value) } + + } //是否验证通过 dragOkCallback = () => { console.log(this.state.login); - if(this.state.pciphone===false) { + if (this.state.login === "" || this.state.login.length === 0) { this.setState({ @@ -438,7 +441,6 @@ class LoginRegisterComponent extends Component { }) this.Emailphonenumberverification(this.state.login) - } } //邮箱手机号验证