|
|
|
@ -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: () => {
|
|
|
|
|