diff --git a/public/react/src/modules/user/LoginRegisterComponent.js b/public/react/src/modules/user/LoginRegisterComponent.js index 03dbdb9e5..abacdc57c 100644 --- a/public/react/src/modules/user/LoginRegisterComponent.js +++ b/public/react/src/modules/user/LoginRegisterComponent.js @@ -23,6 +23,9 @@ const loginInputsyl = { class LoginRegisterComponent extends Component { constructor(props) { super(props) + + + // // console.log("LoginRegisterComponent"); // console.log("29"); // console.log(props.loginstatus); @@ -183,15 +186,6 @@ class LoginRegisterComponent extends Component { //是否验证通过 dragOkCallback = () => { console.log(this.state.logins); - if(this.state.logins===""||this.state.logins.length===0){ - this.setState({ - Phonenumberisnotco:"账号不能为空", - Phonenumberisnotcobool: true, - dragOk:false, - Whethertoverify:this.state.Whethertoverify===true?false:true, - }) - return - } this.Emailphonenumberverification(this.state.logins, 2) } @@ -199,10 +193,8 @@ class LoginRegisterComponent extends Component { //是否同意 onChange = (e) => { - this.setState({ Agreetotheterms: e.target.checked, - Phonenumberisnotcosyfwtk:undefined, }) } @@ -244,12 +236,30 @@ class LoginRegisterComponent extends Component { } //注册接口 postregistered = () => { + // if (this.state.logins === undefined || this.state.logins === "") { + // this.openNotification(`请输入登录手机号码或邮箱`,2); + // + // return + // } else if (this.state.dragOk === false) { + // this.openNotification(`请拖动滑块验证`,2); + // return + // } else if (this.state.codes === undefined || this.state.codes == "") { + // this.openNotification(`请输入验证码`,2); + // return + // } else if (this.state.passwords === undefined || this.state.passwords == "") { + // this.openNotification(`请输入密码`,2); + // return + // } else if (this.state.Agreetotheterms === false) { + // this.openNotification(`请同意服务协议条款`,2); + // return; + // } if (this.state.logins === undefined || this.state.logins === ""||this.state.logins.length===0) { this.setState({ Phonenumberisnotcos:"账号不能为空", }) return } else if (this.state.dragOk === false) { + // this.openNotification(`请拖动滑块完成验证`,2); this.setState({ Phonenumberisnotcosytdhk:"请拖动滑块完成验证", }) @@ -266,9 +276,7 @@ class LoginRegisterComponent extends Component { }) return } else if (this.state.Agreetotheterms === false) { - this.setState({ - Phonenumberisnotcosyfwtk:"请同意服务协议条款", - }) + this.openNotification(`请同意服务协议条款`,2); return; } var url = "/accounts/register.json"; @@ -284,13 +292,13 @@ class LoginRegisterComponent extends Component { Phonenumberisnotcosyzm:"验证码不正确", }) - return; + return; }else if(result.data.message==="验证码已失效"){ this.setState({ Phonenumberisnotcosyzm:"验证码不正确", }) - return; + return; } }else { this.setState({ @@ -612,11 +620,9 @@ class LoginRegisterComponent extends Component { dragOk, Whethertoverify, classpassbool, + Phonenumberisnotcosytdhk, Phonenumberisnotcosyzm, Phonenumberisnotcosymmm, - Phonenumberisnotcosytdhk, - Phonenumberisnotcosyfwtk, - Phonenumberisnotcobool, // 注册 readAgreement, } = this.state @@ -710,40 +716,19 @@ class LoginRegisterComponent extends Component { size={"large"}>登录 } - + { parseInt(tab[0])==1 &&
{Phonenumberisnotcos}
@@ -753,7 +738,7 @@ class LoginRegisterComponent extends Component { { Whethertoverify===false?+ Phonenumberisnotcosytdhk && Phonenumberisnotcosytdhk !== "" ? +
{Phonenumberisnotcosytdhk}
: @@ -781,38 +766,44 @@ class LoginRegisterComponent extends Component { } -+ {Phonenumberisnotcosyzm} +
+ : + }- {Phonenumberisnotcosyzm} -
- : - } + - }> { - Phonenumberisnotcosymmm && Phonenumberisnotcosymmm!== "" ? -+ Phonenumberisnotcosymmm && Phonenumberisnotcosymmm !== "" ? +
{Phonenumberisnotcosymmm}
- : "" + : }- {Phonenumberisnotcosyfwtk} -
- : "" - - } -