dev_forum
杨树明 5 years ago
parent 38c2061d8b
commit a5e1645c38

@ -1038,10 +1038,10 @@ class LoginRegisterComponent extends Component {
: <div style={{height:"25px"}}></div>
}
<Notcompletedysl
{this.state.MyEduCoderModals===true? <Notcompletedysl
modalsType={this.state.MyEduCoderModals}
setNotcompleteds={()=>{this.setNotcompleteds()}}
/>
/>:""}
{
Whethertoverify===false&&pciphone===true?

@ -16,12 +16,6 @@ class Notcompletedysl extends Component {
// console.log("Notcompletedysl");
// console.log("开发了402了");
if(this.props.modalsType!=undefined){
this.setState({
modalsType:this.props.modalsType
})
}
// axios.interceptors.response.use((response) => {
// // console.log(response);
// if (response != undefined)
@ -61,7 +55,7 @@ class Notcompletedysl extends Component {
destroyOnClose={true}
title="提示"
centered={true}
visible={this.state.modalsType}
visible={this.props.modalsType}
width="530px"
>
<div className="educouddiv">

Loading…
Cancel
Save