|
|
@ -1078,7 +1078,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
<Button className="login_btn font-16" type="primary" style={{height:"46px"}} onClick={() => this.postLogin()}
|
|
|
|
<Button className="login_btn font-16" type="primary" style={{height:"46px"}} onClick={() => this.postLogin()}
|
|
|
|
size={"large"}>登录</Button>
|
|
|
|
size={"large"}>登录</Button>
|
|
|
|
{this.state.isphone===true?<p className="clearfix mb10 textcenter">
|
|
|
|
{this.props.user&&this.props.user.main_site===true?this.state.isphone===true?<p className="clearfix mb10 textcenter">
|
|
|
|
|
|
|
|
|
|
|
|
<span className={"startlogin"}>———————— 快速登录 ————————</span>
|
|
|
|
<span className={"startlogin"}>———————— 快速登录 ————————</span>
|
|
|
|
<div className={"mt10"}>
|
|
|
|
<div className={"mt10"}>
|
|
|
@ -1099,7 +1099,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
<img src={require('./img/qq.png')} alt="qq登录"/>
|
|
|
|
<img src={require('./img/qq.png')} alt="qq登录"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</p>}
|
|
|
|
</p>:""}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1253,7 +1253,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
<Button className=" font-16 mb20" type="primary" style={{height:"46px", width: "100%",marginTop:"26px"}} onClick={() => this.postregistered()}
|
|
|
|
<Button className=" font-16 mb20" type="primary" style={{height:"46px", width: "100%",marginTop:"26px"}} onClick={() => this.postregistered()}
|
|
|
|
size={"large"}>注册</Button>
|
|
|
|
size={"large"}>注册</Button>
|
|
|
|
|
|
|
|
|
|
|
|
{this.state.isphone===true?<p className="clearfix mb10 textcenter">
|
|
|
|
{this.props.user&&this.props.user.main_site===true?this.state.isphone===true?<p className="clearfix mb10 textcenter">
|
|
|
|
|
|
|
|
|
|
|
|
<span className={"startlogin"}>———————— 快速登录 ————————</span>
|
|
|
|
<span className={"startlogin"}>———————— 快速登录 ————————</span>
|
|
|
|
<div className={"mt10"}>
|
|
|
|
<div className={"mt10"}>
|
|
|
@ -1274,7 +1274,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
<img src={require('./img/qq.png')} alt="qq登录"/>
|
|
|
|
<img src={require('./img/qq.png')} alt="qq登录"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</p>
|
|
|
|
</p>:""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|