|
|
|
@ -101,6 +101,7 @@ class Registration extends React.Component {
|
|
|
|
|
if (result.data) {
|
|
|
|
|
//// ////console.log("获取报名配置API");
|
|
|
|
|
//// ////console.log(result);
|
|
|
|
|
console.log("Getthenavigationbar");
|
|
|
|
|
console.log(result);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -440,56 +441,51 @@ class Registration extends React.Component {
|
|
|
|
|
**/
|
|
|
|
|
Createateam = () => {
|
|
|
|
|
//
|
|
|
|
|
// if (this.state.enrolled === true) {
|
|
|
|
|
// //已经报名
|
|
|
|
|
// this.setState({
|
|
|
|
|
// messagePerbool: true,
|
|
|
|
|
// intpermessages: "您已报名,无需重复报"
|
|
|
|
|
// })
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
// if (this.state.enroll_ended === true) {
|
|
|
|
|
// //报名截止
|
|
|
|
|
// this.setState({
|
|
|
|
|
// messagePerbool: true,
|
|
|
|
|
// intpermessages: "报名已截止,无需报名"
|
|
|
|
|
// })
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// if (this.props.isAdmin() === true) {
|
|
|
|
|
// //老师
|
|
|
|
|
// if (this.state.teacher_staff === null) {
|
|
|
|
|
// //禁止老师
|
|
|
|
|
// this.setState({
|
|
|
|
|
// messagePerbool: true,
|
|
|
|
|
// intpermessages: "已禁止老师报名"
|
|
|
|
|
// })
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
// this.setState({
|
|
|
|
|
// tmodalsType: true,
|
|
|
|
|
// Newtit:true,
|
|
|
|
|
// })
|
|
|
|
|
// } else {
|
|
|
|
|
// //学生
|
|
|
|
|
// if (this.state.member_staff === null) {
|
|
|
|
|
// //禁止学生
|
|
|
|
|
// this.setState({
|
|
|
|
|
// messagePerbool: true,
|
|
|
|
|
// intpermessages: "已禁止学生报名"
|
|
|
|
|
// })
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
// this.setState({
|
|
|
|
|
// tmodalsType: true,
|
|
|
|
|
// Newtit:true,
|
|
|
|
|
// })
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
tmodalsType: true,
|
|
|
|
|
Newtit: true,
|
|
|
|
|
})
|
|
|
|
|
if (this.state.enrolled === true) {
|
|
|
|
|
//已经报名
|
|
|
|
|
this.setState({
|
|
|
|
|
messagePerbool: true,
|
|
|
|
|
intpermessages: "您已报名,无需重复报"
|
|
|
|
|
})
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.state.enroll_ended === true) {
|
|
|
|
|
//报名截止
|
|
|
|
|
this.setState({
|
|
|
|
|
messagePerbool: true,
|
|
|
|
|
intpermessages: "报名已截止,无需报名"
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (this.props.isAdmin() === true) {
|
|
|
|
|
//老师
|
|
|
|
|
if (this.state.teacher_staff === null) {
|
|
|
|
|
//禁止老师
|
|
|
|
|
this.setState({
|
|
|
|
|
messagePerbool: true,
|
|
|
|
|
intpermessages: "已禁止老师报名"
|
|
|
|
|
})
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
|
tmodalsType: true,
|
|
|
|
|
Newtit: true,
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
//学生
|
|
|
|
|
if (this.state.member_staff === null) {
|
|
|
|
|
//禁止学生
|
|
|
|
|
this.setState({
|
|
|
|
|
messagePerbool: true,
|
|
|
|
|
intpermessages: "已禁止学生报名"
|
|
|
|
|
})
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
|
tmodalsType: true,
|
|
|
|
|
Newtit: true,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//编辑战队
|
|
|
|
|