dev_home
杨树明 5 years ago
parent 7568216707
commit 1a6ce01b9d

@ -713,7 +713,7 @@ class LoginDialog extends Component {
</p>
{this.state.isphone===true?<p className="clearfix mt20">
{this.props.user&&this.props.user.main_site===true?this.state.isphone===true?<p className="clearfix mt20">
<span className={"startlogin"}> 快速登录 </span>
<div className={"mt10"}>
@ -735,7 +735,7 @@ class LoginDialog extends Component {
<img src={require('./qq.png')} alt="qq登录"/>
</a>
</div>
</p>}
</p>:""}

@ -1078,7 +1078,7 @@ class LoginRegisterComponent extends Component {
<Button className="login_btn font-16" type="primary" style={{height:"46px"}} onClick={() => this.postLogin()}
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>
<div className={"mt10"}>
@ -1099,7 +1099,7 @@ class LoginRegisterComponent extends Component {
<img src={require('./img/qq.png')} alt="qq登录"/>
</a>
</div>
</p>}
</p>:""}
</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()}
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>
<div className={"mt10"}>
@ -1274,7 +1274,7 @@ class LoginRegisterComponent extends Component {
<img src={require('./img/qq.png')} alt="qq登录"/>
</a>
</div>
</p>
</p>:""
}
</div>
}

Loading…
Cancel
Save