黑客松权限调整

chromesetting
杨树明 5 years ago
parent a911945a4c
commit c52c756b81

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

Loading…
Cancel
Save