|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|