调整用户校验

competitions
杨树明 5 years ago
parent 1060900622
commit 42acd2f071

@ -248,16 +248,10 @@ class DetailTop extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
// if(this.props.checkIfProfileCompleted()===false){ if(this.props.checkIfProfileCompleted()===false){
// this.setState({ this.props.showProfileCompleteDialog()
// AccountProfiletype:true return
// }) }
// return
// }
// if(this.props.checkIfProfessionalCertification()===false){
// this.props.showProfileCompleteDialog()
// return
// }
this.setState({ this.setState({
@ -272,16 +266,10 @@ class DetailTop extends Component{
this.props.showLoginDialog() this.props.showLoginDialog()
return return
} }
// if(this.props.checkIfProfileCompleted()===false){ if(this.props.checkIfProfileCompleted()===false){
// this.setState({ this.props.showProfileCompleteDialog()
// AccountProfiletype:true return
// }) }
// return
// }
// if(this.props.checkIfProfessionalCertification()===false){
// this.props.showProfileCompleteDialog()
// return
// }
this.setState({ this.setState({
Modalstype:true, Modalstype:true,

Loading…
Cancel
Save