|
|
|
@ -14,15 +14,15 @@ class AccountSecure extends Component {
|
|
|
|
|
Modalstype:false,
|
|
|
|
|
isphone:false,
|
|
|
|
|
list:[{
|
|
|
|
|
en_type: "wechat",
|
|
|
|
|
id: null,
|
|
|
|
|
nickname: "",
|
|
|
|
|
},{
|
|
|
|
|
en_type: "qq",
|
|
|
|
|
id: null,
|
|
|
|
|
nickname: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
en_type: "wechat",
|
|
|
|
|
id: null,
|
|
|
|
|
nickname: "",
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
IsPC=()=>{
|
|
|
|
@ -231,7 +231,7 @@ class AccountSecure extends Component {
|
|
|
|
|
}
|
|
|
|
|
>{item.id===null?"绑定":"解绑"}</WordsBtn>:<WordsBtn style={ item.id===null?"blue":"colorgrey9"} className={item.id===null?"borderBottom":""}
|
|
|
|
|
onClick={
|
|
|
|
|
item.id===null?this.state.isphone===true?() => this.openphoneqqlogin():this.openqqlogin():() => this.undologin("qq",item.id)
|
|
|
|
|
item.id===null?this.state.isphone===true?() => this.openphoneqqlogin():() => this.openqqlogin():() => this.undologin("qq",item.id)
|
|
|
|
|
}
|
|
|
|
|
>{item.id===null?"绑定":"解绑"}</WordsBtn>}
|
|
|
|
|
</div>
|
|
|
|
|