黑客松权限调整

chromesetting
杨树明 5 years ago
parent a911945a4c
commit c52c756b81

@ -119,14 +119,11 @@ class Osshackathon extends Component {
} }
//判断是否绑定邮箱 //判断是否绑定邮箱
if(this.props.user.email===null){ if(this.props.user.email===null&&this.props.user.phone===null){
this.props.showhideAccountPhoneemailDialog()
return
}
if(this.props.user.phone===null){
this.props.showhideAccountPhoneemailDialog() this.props.showhideAccountPhoneemailDialog()
return return
} }
this.props.confirm({ this.props.confirm({
content: `是否确认报名?`, content: `是否确认报名?`,
onOk: () => { onOk: () => {

Loading…
Cancel
Save