dev_auth
杨树林 5 years ago
parent 7a5c87d0fa
commit ff08b5ed7b

@ -295,6 +295,13 @@ class PersonModal extends Component {
// ////console.log(result);
if (result) {
if (result.data) {
try {
if (result.data.status === 0) {
this.props.showNotification(`报名成功,预祝您夺得桂冠`);
}
} catch (e) {
}
this.props.Tmoconfirm1(true);
}
}

Loading…
Cancel
Save