|
|
@ -39,6 +39,40 @@ class Registration extends React.Component {
|
|
|
|
page: pageNumber,
|
|
|
|
page: pageNumber,
|
|
|
|
loadingstate: true,
|
|
|
|
loadingstate: true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tmoconfirm = (bool) => {
|
|
|
|
|
|
|
|
//boolfalse 取消 true 确认
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
tmodalsTypes: false
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
if (bool) {
|
|
|
|
|
|
|
|
//确认
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
//取消
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tmoconfirm1 = (bool) => {
|
|
|
|
|
|
|
|
//boolfalse 取消 true 确认
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
tmodalsTypes: false
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
if (bool) {
|
|
|
|
|
|
|
|
//确认
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
//取消
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
@ -60,8 +94,10 @@ class Registration extends React.Component {
|
|
|
|
`
|
|
|
|
`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<PersonModal modalsType={tmodalsType} {...this.props} {...this.state}></PersonModal>
|
|
|
|
<PersonModal modalsType={tmodalsType} {...this.props} {...this.state}
|
|
|
|
<PersonalModalteam tmodalsTypes={tmodalsTypes} {...this.props} {...this.state}></PersonalModalteam>
|
|
|
|
Tmoconfirm1={(bool) => this.Tmoconfirm1(bool)}></PersonModal>
|
|
|
|
|
|
|
|
<PersonalModalteam tmodalsTypes={tmodalsTypes} {...this.props} {...this.state}
|
|
|
|
|
|
|
|
Tmoconfirm={(bool) => this.Tmoconfirm(bool)}></PersonalModalteam>
|
|
|
|
<div className="educontent mb20 ">
|
|
|
|
<div className="educontent mb20 ">
|
|
|
|
<p className="clearfix mb20 mt10">
|
|
|
|
<p className="clearfix mb20 mt10">
|
|
|
|
<a className="btn colorgrey fl hovercolorblue ">在线竞赛</a>
|
|
|
|
<a className="btn colorgrey fl hovercolorblue ">在线竞赛</a>
|
|
|
|