|
|
|
@ -146,6 +146,7 @@ class AccountSecure extends Component {
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
<div className="title">绑定登录账号</div>
|
|
|
|
|
|
|
|
|
|
<Form>
|
|
|
|
|
<div className="flexTable">
|
|
|
|
|
<div className="flexTable">
|
|
|
|
@ -203,6 +204,63 @@ class AccountSecure extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/*<div className="flexTable">*/}
|
|
|
|
|
{/*<div className="flexTable">*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
{/*<div className="flexTable">*/}
|
|
|
|
|
{/*<div className="flexRow">*/}
|
|
|
|
|
{/*<div className="name">*/}
|
|
|
|
|
{/*<i className={"iconfont icon-weixin2 weixinlogo mr10"}></i>*/}
|
|
|
|
|
{/*<span className={"color-ooo"}>QQ</span>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
{/*<div className="description lineheight60">*/}
|
|
|
|
|
{/*{basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users.length===0?"":<span className={"color-grey-9 ml80"}>{basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users[0].nickname}</span>}*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
{/*<div className="status pt19">*/}
|
|
|
|
|
{/*<WordsBtn style={basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users.length===0?"blue":"colorgrey9"} className={basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users.length===0?"borderBottom":""}*/}
|
|
|
|
|
{/*onClick={*/}
|
|
|
|
|
{/*basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users.length===0 ?() => this.showModal("wechat"):() => this.undologin("wechat",basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users[0].id)*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*>{basicInfo===undefined||JSON.stringify(basicInfo) == "{}"?"":basicInfo&&basicInfo.open_users.length===0 ?"绑定":"解绑"}</WordsBtn>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*<style>*/}
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/*`*/}
|
|
|
|
|
{/*.ml70{*/}
|
|
|
|
|
{/*margin-left: 70px;*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*`*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*</style>*/}
|
|
|
|
|
{/*<Modal*/}
|
|
|
|
|
{/*closable={false}*/}
|
|
|
|
|
{/*footer={null}*/}
|
|
|
|
|
{/*visible={this.state.visible}*/}
|
|
|
|
|
{/*onOk={this.handleOk}*/}
|
|
|
|
|
{/*onCancel={this.handleCancel}*/}
|
|
|
|
|
{/*>*/}
|
|
|
|
|
{/*<div>*/}
|
|
|
|
|
{/*<iframe*/}
|
|
|
|
|
{/*className={"weixinheight390 ml70"}*/}
|
|
|
|
|
{/*frameBorder="0"*/}
|
|
|
|
|
{/*sandbox="allow-scripts allow-same-origin allow-top-navigation"*/}
|
|
|
|
|
{/*scrolling="no"*/}
|
|
|
|
|
{/*src={`https://open.weixin.qq.com/connect/qrconnect?appid=wx6b119e2d829c13fa&redirect_uri=https%3a%2f%2f${window.location.host}%2fotherloginstart&response_type=code&scope=snsapi_login&state=account#wechat_redirect`}></iframe>*/}
|
|
|
|
|
{/*<p className="clearfix pagemancenter">*/}
|
|
|
|
|
{/*<a className={"startlogin color-blue"} onClick={()=>this.handleCancel()}>取消</a>*/}
|
|
|
|
|
{/*</p>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
{/*</Modal>*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
</Form>
|
|
|
|
|
</div>
|
|
|
|
|
<div style={{color: '#989898', marginLeft: '20px'}}>* 我们确保你所提供的信息均处于严格保密状态,不会泄露</div>
|
|
|
|
|