dev_tj
杨树明 5 years ago
parent fc7da59184
commit 4d9c4e4292

@ -75,7 +75,10 @@ class MemoDetailMDEditor extends Component {
}
onCommit = () => {
if(this.props.checkIfLogin()===false){
this.props.showLoginDialog()
return
}
if(this.props.checkIfProfileCompleted()===false){
this.props.showhideAccountPhoneemailDialog()
return

Loading…
Cancel
Save