|
|
@ -31,6 +31,7 @@ class Registration extends React.Component {
|
|
|
|
*"teacher_staff": { // 为空表示不支持老师报名
|
|
|
|
*"teacher_staff": { // 为空表示不支持老师报名
|
|
|
|
*"member_staff": { // 为空表示不支持学生报名
|
|
|
|
*"member_staff": { // 为空表示不支持学生报名
|
|
|
|
* personal// 是否是个人赛
|
|
|
|
* personal// 是否是个人赛
|
|
|
|
|
|
|
|
* type 是按设计图来的
|
|
|
|
* **/
|
|
|
|
* **/
|
|
|
|
constructor(props) {
|
|
|
|
constructor(props) {
|
|
|
|
super(props)
|
|
|
|
super(props)
|
|
|
|