From e2952ced522f8bf05d4230e9bb985026a9d5a9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Sat, 20 Jul 2019 13:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/user/FindPasswordComponent.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) - } } //邮箱手机号验证