@ -39,6 +39,15 @@ class PersonalModalteam extends Component {
}).then((result) => {
if (result) {
if (result.data) {
try {
if (result.data.status === 0) {
this.props.showNotification(`报名成功,预祝您夺得桂冠`);
}
} catch (e) {
this.props.Tmoconfirm(true)