|
|
|
@ -495,7 +495,7 @@ class LoginDialog extends Component {
|
|
|
|
|
notification.open({
|
|
|
|
|
message: '提示',
|
|
|
|
|
description: response.data.message,
|
|
|
|
|
duration: 5,
|
|
|
|
|
duration: 5,
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
@ -552,7 +552,7 @@ class LoginDialog extends Component {
|
|
|
|
|
notification.open({
|
|
|
|
|
message: "提示",
|
|
|
|
|
description: btn,
|
|
|
|
|
duration: 5,
|
|
|
|
|
duration: 5,
|
|
|
|
|
onClick: () => {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
@ -573,12 +573,16 @@ class LoginDialog extends Component {
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
getTContainer = () => {
|
|
|
|
|
return document.body;
|
|
|
|
|
}
|
|
|
|
|
hideweixinlogin=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
weixinlogin:false,
|
|
|
|
|
qqlogin:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
let{qqlogin,login,isGoing,isGoingValue,disabled,bottonclass,Phonenumberisnotco,
|
|
|
|
|
dialogBox, isRender,weixinlogin}=this.state;
|
|
|
|
@ -589,9 +593,10 @@ class LoginDialog extends Component {
|
|
|
|
|
// console.log(this.props)
|
|
|
|
|
return (
|
|
|
|
|
<Dialog open={true} id="DialogID"
|
|
|
|
|
className="zindextest"
|
|
|
|
|
style={{ display: isRender==false? 'none' : ''}}
|
|
|
|
|
disableEscapeKeyDown={true}
|
|
|
|
|
disableBackdropClick={true}
|
|
|
|
|
disableEscapeKeyDown={true}
|
|
|
|
|
disableBackdropClick={true}
|
|
|
|
|
onClose={() => this.handleDialogClose()}
|
|
|
|
|
>
|
|
|
|
|
<Notcompletedysl
|
|
|
|
|