|
|
|
@ -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)
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
//邮箱手机号验证
|
|
|
|
|