|
|
|
@ -23,6 +23,9 @@ const loginInputsyl = {
|
|
|
|
|
class LoginRegisterComponent extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
|
super(props)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// console.log("LoginRegisterComponent");
|
|
|
|
|
// console.log("29");
|
|
|
|
|
// console.log(props.loginstatus);
|
|
|
|
@ -30,7 +33,6 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
// console.log(props.loginstatus);
|
|
|
|
|
this.state = {
|
|
|
|
|
tab:["0"],
|
|
|
|
|
activeKey: 0,
|
|
|
|
|
classpass: "text",
|
|
|
|
|
// 登录
|
|
|
|
|
passopens: passoff,
|
|
|
|
@ -55,6 +57,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
Phonenumberisnotcosymmm:undefined,
|
|
|
|
|
Phonenumberisnotcosytdhk:undefined,
|
|
|
|
|
Phonenumberisnotcosyfwtk:undefined,
|
|
|
|
|
Phonenumberisnotcodmm:undefined,
|
|
|
|
|
Phonenumberisnotcobool: false,
|
|
|
|
|
Whethertoverify:false,
|
|
|
|
|
|
|
|
|
@ -64,7 +67,6 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
// console.log(props.loginstatus);
|
|
|
|
|
this.state = {
|
|
|
|
|
tab:["1"],
|
|
|
|
|
activeKey: '1',
|
|
|
|
|
classpass: "text",
|
|
|
|
|
// 登录
|
|
|
|
|
passopens: passoff,
|
|
|
|
@ -90,6 +92,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
Phonenumberisnotcosytdhk:undefined,
|
|
|
|
|
Phonenumberisnotcosyfwtk:undefined,
|
|
|
|
|
Phonenumberisnotcobool: false,
|
|
|
|
|
Phonenumberisnotcodmm:undefined,
|
|
|
|
|
Whethertoverify:false,
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -108,12 +111,10 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
this.state = {
|
|
|
|
|
tab:["0"],
|
|
|
|
|
}
|
|
|
|
|
this.onTabChange('0');
|
|
|
|
|
} else if (this.props.match.url === "/register") {
|
|
|
|
|
this.state = {
|
|
|
|
|
tab:["1"],
|
|
|
|
|
}
|
|
|
|
|
this.onTabChange('1');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -129,7 +130,6 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
StudyMakeMoney = () => { // 调用父组件方法
|
|
|
|
|
this.props.Setshowbool(3);
|
|
|
|
|
// this.props.Setlogins(3);
|
|
|
|
@ -143,8 +143,6 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
onTabChange = (activeKey) => {
|
|
|
|
|
console.log("onTabChange");
|
|
|
|
|
// console.log(activeKey);
|
|
|
|
|
// this.setState({activeKey})
|
|
|
|
|
}
|
|
|
|
|
// -------------------- LOGIN START
|
|
|
|
|
//下次自动登入
|
|
|
|
@ -183,15 +181,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,20 +188,22 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
|
|
|
|
|
//是否同意
|
|
|
|
|
onChange = (e) => {
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
Agreetotheterms: e.target.checked,
|
|
|
|
|
Phonenumberisnotcosyfwtk:undefined,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//登入接口
|
|
|
|
|
postLogin = () => {
|
|
|
|
|
if (this.state.login === undefined || this.state.login == "") {
|
|
|
|
|
this.openNotification(`请输入登录手机号码或邮箱`,2);
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotco:"账号不能为空",
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
} else if (this.state.password === undefined || this.state.password == "") {
|
|
|
|
|
this.openNotification(`请输入密码`,2);
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotcodmm:"密码不能为空",
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
var url = "/accounts/login.json";
|
|
|
|
@ -223,6 +214,40 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
if (response === undefined) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(response.data.status === -2){
|
|
|
|
|
if("该手机号尚未注册" || "该邮箱尚未注册"){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotco:response.data.message,
|
|
|
|
|
})
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else if("错误的账号或密码"){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotco:response.data.message,
|
|
|
|
|
})
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else if("违反平台使用规范,账号已被锁定"){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotco:response.data.message,
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
this.openNotification(response.data.message);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(response.data.identity === null || response.data.identity === undefined){
|
|
|
|
|
this.props.history.push("/interesse");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (response.status === 200) {
|
|
|
|
|
if (response.data.status === 402) {
|
|
|
|
|
window.location.href = response.data.url;
|
|
|
|
@ -244,12 +269,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:"请拖动滑块完成验证",
|
|
|
|
|
})
|
|
|
|
@ -265,10 +308,18 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
Phonenumberisnotcosymmm:"密码不能为空",
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
} else if (this.state.Agreetotheterms === false) {
|
|
|
|
|
} else if (this.state.passwords !==undefined &&this.state.passwords.length>0&&this.state.passwords.length<8){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotcosyfwtk:"请同意服务协议条款",
|
|
|
|
|
Phonenumberisnotcosymmm:"密码不能少于8位",
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
} else if (this.state.passwords !==undefined &&this.state.passwords.length>0&&this.state.passwords.length>16){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotcosymmm:"密码不能超过16位",
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
} else if (this.state.Agreetotheterms === false) {
|
|
|
|
|
this.openNotification(`请同意服务协议条款`,2);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
var url = "/accounts/register.json";
|
|
|
|
@ -279,18 +330,21 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}).then((result) => {
|
|
|
|
|
if(result){
|
|
|
|
|
if(result.data.status===-2){
|
|
|
|
|
if(response.data.message==="验证码不正确"){
|
|
|
|
|
if(result.data.message==="验证码不正确"){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotcosyzm:"验证码不正确",
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
}else if(response.data.message==="验证码已失效"){
|
|
|
|
|
return;
|
|
|
|
|
}else if(result.data.message==="验证码已失效"){
|
|
|
|
|
this.setState({
|
|
|
|
|
Phonenumberisnotcosyzm:"验证码不正确",
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
return;
|
|
|
|
|
}else {
|
|
|
|
|
this.openNotification(result.data.message);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}else {
|
|
|
|
|
this.setState({
|
|
|
|
@ -493,6 +547,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
login: stirngt,
|
|
|
|
|
Phonenumberisnotco:undefined,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -514,6 +569,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
|
password: stirngt,
|
|
|
|
|
Phonenumberisnotcodmm:undefined,
|
|
|
|
|
})
|
|
|
|
|
// this.setState({
|
|
|
|
|
// password: e.target.value
|
|
|
|
@ -597,7 +653,6 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
render() {
|
|
|
|
|
const {
|
|
|
|
|
activeKey,
|
|
|
|
|
// 登录
|
|
|
|
|
autoLogin,
|
|
|
|
|
classpass,
|
|
|
|
@ -612,11 +667,10 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
dragOk,
|
|
|
|
|
Whethertoverify,
|
|
|
|
|
classpassbool,
|
|
|
|
|
Phonenumberisnotcosytdhk,
|
|
|
|
|
Phonenumberisnotcosyzm,
|
|
|
|
|
Phonenumberisnotcosymmm,
|
|
|
|
|
Phonenumberisnotcosytdhk,
|
|
|
|
|
Phonenumberisnotcosyfwtk,
|
|
|
|
|
Phonenumberisnotcobool,
|
|
|
|
|
Phonenumberisnotcodmm,
|
|
|
|
|
// 注册
|
|
|
|
|
readAgreement,
|
|
|
|
|
} = this.state
|
|
|
|
@ -681,7 +735,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
<Input placeholder="请输入登录手机号码或邮箱" value={this.state.login}
|
|
|
|
|
onChange={this.loginInputonChange}
|
|
|
|
|
name="username"
|
|
|
|
|
className="font-14 color-grey-9 loginInputzhuche"
|
|
|
|
|
className={Phonenumberisnotco && Phonenumberisnotco !== "" ?" color-grey-9 loginInputzhucheyslass bor-reds":" color-grey-9 loginInputzhuche"}
|
|
|
|
|
onBlur={(e) => this.inputOnBlur(e, 1)}
|
|
|
|
|
style={{marginTop: '30px', height: '38px'}}></Input>
|
|
|
|
|
|
|
|
|
@ -695,11 +749,17 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
|
|
|
|
|
<Input type="password" name="password" id="password" value={this.state.password}
|
|
|
|
|
onChange={this.passwordonChange}
|
|
|
|
|
className="font-14 color-grey-9 loginInputzhuche"
|
|
|
|
|
|
|
|
|
|
className={Phonenumberisnotcodmm && Phonenumberisnotcodmm !== "" ?" color-grey-9 loginInputzhucheyslass bor-reds":" color-grey-9 loginInputzhuche"}
|
|
|
|
|
placeholder="密码"></Input>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcodmm && Phonenumberisnotcodmm != "" ?
|
|
|
|
|
<p className="color-red mt5 mb5" style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcodmm}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div style={{height:"25px"}}></div>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<div className="left_right mt25 font-12 " style={{color: '#676767'}}>
|
|
|
|
|
<div className="left_right font-12 " style={{color: '#676767'}}>
|
|
|
|
|
<Checkbox onChange={this.onAutoLoginChange} checked={autoLogin}>下次自动登录</Checkbox>
|
|
|
|
|
|
|
|
|
|
<a onClick={()=>this.StudyMakeMoney()}
|
|
|
|
@ -710,40 +770,19 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
size={"large"}>登录</Button>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.loginInputzhuche{
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #fff!important;
|
|
|
|
|
height: 45px !important;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.loginInputzhuche .ant-input{
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #fff!important;
|
|
|
|
|
height: 45px !important;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: 5px;
|
|
|
|
|
width: 103%;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
parseInt(tab[0])==1 &&
|
|
|
|
|
<div style={{width: '340px'}}>
|
|
|
|
|
<Input className="loginInputsyl color-grey-9 loginInputzhuche" placeholder="请使用手机号/邮箱账号进行注册"
|
|
|
|
|
<Input placeholder="请使用手机号/邮箱账号进行注册"
|
|
|
|
|
className={Phonenumberisnotcos && Phonenumberisnotcos !== "" ?" color-grey-9 loginInputzhucheyslass bor-reds":" color-grey-9 loginInputzhuche"}
|
|
|
|
|
value={this.state.logins}
|
|
|
|
|
type="text" autoComplete="off"
|
|
|
|
|
|
|
|
|
|
onChange={this.loginInputonChanges}
|
|
|
|
|
style={{marginTop: '30px' , height: '38px',color:'#999999',fontSize:"14px"}}></Input>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcos && Phonenumberisnotcos != "" ?
|
|
|
|
|
Phonenumberisnotcos && Phonenumberisnotcos !== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcos}</span>
|
|
|
|
|
</p>
|
|
|
|
@ -753,7 +792,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
{
|
|
|
|
|
Whethertoverify===false?
|
|
|
|
|
<DragValidator
|
|
|
|
|
height={38} className="loginInput" successGreenColor="#29bd8b"
|
|
|
|
|
height={38} successGreenColor="#29bd8b"
|
|
|
|
|
style={{ height: '38px'}}
|
|
|
|
|
dragOkCallback={this.dragOkCallback}
|
|
|
|
|
></DragValidator>
|
|
|
|
@ -764,7 +803,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
{
|
|
|
|
|
Whethertoverify===true?
|
|
|
|
|
<DragValidatortwo
|
|
|
|
|
height={38} className="loginInput" successGreenColor="#29bd8b"
|
|
|
|
|
height={38} successGreenColor="#29bd8b"
|
|
|
|
|
style={{ height: '38px'}}
|
|
|
|
|
dragOkCallback={this.dragOkCallback}
|
|
|
|
|
></DragValidatortwo>
|
|
|
|
@ -772,8 +811,8 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
""
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcosytdhk && Phonenumberisnotcosytdhk != "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px",textAlign:"left"}}>
|
|
|
|
|
Phonenumberisnotcosytdhk && Phonenumberisnotcosytdhk !== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcosytdhk}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div style={{height:"25px"}}></div>
|
|
|
|
@ -781,38 +820,44 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="">
|
|
|
|
|
<Input className="fl mr5 font-14 color-grey-9 loginInputzhuche" name="codes" type="text" autoComplete="off" readonly
|
|
|
|
|
onfocus="this.removeAttribute('readonly')" style={{
|
|
|
|
|
width:'210px',
|
|
|
|
|
height:'38px',
|
|
|
|
|
}} placeholder="请输入验证码"
|
|
|
|
|
onChange={this.codesonChange}
|
|
|
|
|
value={codes}
|
|
|
|
|
>
|
|
|
|
|
</Input>
|
|
|
|
|
{
|
|
|
|
|
getverificationcodes === undefined ?
|
|
|
|
|
<Button className="fl ml5 font-14" disabled style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
size={"large"}>重新发送{seconds}s</Button>
|
|
|
|
|
: getverificationcodes === true ?
|
|
|
|
|
<Button className="fl ml5 font-14" type="primary" style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
onClick={() => this.getverificationcode()} size={"large"}>获取验证码</Button>
|
|
|
|
|
:
|
|
|
|
|
<Button className="fl ml5 font-14 " type="primary" style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
onClick={() => this.getverificationcode()} size={"large"}>重新发送</Button>
|
|
|
|
|
}
|
|
|
|
|
<div className="yslbutondls">
|
|
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
className={Phonenumberisnotcosyzm && Phonenumberisnotcosyzm !== "" ?" mr5 font-14 color-grey-9 loginInputzhucheyslass bor-reds":" mr5 font-14 color-grey-9 loginInputzhuche"}
|
|
|
|
|
name="codes" type="text" autoComplete="off" readonly
|
|
|
|
|
onfocus="this.removeAttribute('readonly')" style={{
|
|
|
|
|
width:'210px',
|
|
|
|
|
height:'38px',
|
|
|
|
|
}} placeholder="请输入验证码"
|
|
|
|
|
onChange={this.codesonChange}
|
|
|
|
|
value={codes}
|
|
|
|
|
>
|
|
|
|
|
</Input>
|
|
|
|
|
{
|
|
|
|
|
getverificationcodes === undefined ?
|
|
|
|
|
<Button className=" ml5 font-14" disabled style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
size={"large"}>重新发送{seconds}s</Button>
|
|
|
|
|
: getverificationcodes === true ?
|
|
|
|
|
<Button className=" ml5 font-14" type="primary" style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
onClick={() => this.getverificationcode()} size={"large"}>获取验证码</Button>
|
|
|
|
|
:
|
|
|
|
|
<Button className=" ml5 font-14 " type="primary" style={{"width": "120px","text-align":"center", "height": "45px",}}
|
|
|
|
|
onClick={() => this.getverificationcode()} size={"large"}>重新发送</Button>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcosyzm && Phonenumberisnotcosyzm !== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcosyzm}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div style={{height:"25px"}}></div>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcosyzm && Phonenumberisnotcosyzm != "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px",textAlign:"left"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcosyzm}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: <div style={{height:"25px"}}></div>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -824,8 +869,9 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<Input className="loginInput font-14 color-grey-9 loginInputzhuche" placeholder="输入8~16位密码,区分大小写"
|
|
|
|
|
<Input placeholder="输入8~16位密码,区分大小写"
|
|
|
|
|
type={classpassbool===false?"text":"password"}
|
|
|
|
|
className={Phonenumberisnotcosymmm && Phonenumberisnotcosymmm !== "" ?" font-14 color-grey-9 loginInputzhucheysl ":" font-14 color-grey-9 loginInputzhuche"}
|
|
|
|
|
autoComplete="new-password"
|
|
|
|
|
onClick={this.changeType}
|
|
|
|
|
value={this.state.passwords} onChange={this.passwordonChanges}
|
|
|
|
@ -834,11 +880,11 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
</img>
|
|
|
|
|
}></Input>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcosymmm && Phonenumberisnotcosymmm!== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px",textAlign:"left"}}>
|
|
|
|
|
Phonenumberisnotcosymmm && Phonenumberisnotcosymmm !== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcosymmm}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: ""
|
|
|
|
|
: <div style={{height:"25px"}}></div>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
<Checkbox onChange={this.onChange}
|
|
|
|
@ -846,15 +892,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
><span className="font-14 " style={{
|
|
|
|
|
color: '#676767',
|
|
|
|
|
}}>我已阅读并同意服务协议条款</span></Checkbox>
|
|
|
|
|
{
|
|
|
|
|
Phonenumberisnotcosyfwtk && Phonenumberisnotcosyfwtk!== "" ?
|
|
|
|
|
<p className="color-red mt5 mb5 " style={{width: " 100%", height: "20px",textAlign:"left"}}>
|
|
|
|
|
<span className="fl" style={{textAlign:"left",width: " 100%"}}>{Phonenumberisnotcosyfwtk}</span>
|
|
|
|
|
</p>
|
|
|
|
|
: ""
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
<Button className="login_btn font-16" type="primary" style={{height:"46px"}} onClick={() => this.postregistered()}
|
|
|
|
|
<Button className=" font-16" type="primary" style={{height:"46px", width: "100%",marginTop:"26px"}} onClick={() => this.postregistered()}
|
|
|
|
|
size={"large"}>注册</Button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|