竞赛调整

dev_sync_trustie
杨树林 5 years ago
parent f954be3b1b
commit b2b4dac11d

@ -25,7 +25,7 @@ class Registration extends React.Component {
loadingstate: false, loadingstate: false,
page: 1, page: 1,
limit: 20, limit: 20,
type: 5, type: 1,
} }
} }
@ -58,9 +58,18 @@ class Registration extends React.Component {
<CompetitionMaxImg type={type}></CompetitionMaxImg> <CompetitionMaxImg type={type}></CompetitionMaxImg>
{/*大图结尾*/} {/*大图结尾*/}
{/*没数据*/} {/*没数据*/}
{/*<RegisNodata></RegisNodata>*/} {
type === 1 ?
<RegisNodata></RegisNodata>
:
""
}
{
type === 2 || type === 3 || type === 5 ?
<Registrationitem type={type}></Registrationitem> <Registrationitem type={type}></Registrationitem>
: ""
}
{ {
type === 4 || type === 5 ? type === 4 || type === 5 ?
<RegistrationSearch></RegistrationSearch> <RegistrationSearch></RegistrationSearch>
@ -80,7 +89,6 @@ class Registration extends React.Component {
"" ""
} }
{/*<RegisListviewdata></RegisListviewdata>*/}
{ {
type === 5 ? type === 5 ?
<div className="edu-txt-center ysyslxh mt56 " style={{marginBottom: "192px",}}> <div className="edu-txt-center ysyslxh mt56 " style={{marginBottom: "192px",}}>

Loading…
Cancel
Save