dev_auth
杨树明 5 years ago
parent 9ff48085b0
commit 627d33453f

@ -235,6 +235,10 @@ class NewHeader extends Component {
}
tojoinitem=()=>{
if(this.props.user&&this.props.user.email===undefined||this.props.user&&this.props.user.email===null||this.props.user&&this.props.user.email===""){
this.openNotification("请先绑定邮箱,谢谢");
return
}
let{user} =this.state;
if(user===undefined){
this.setState({

Loading…
Cancel
Save