大赛官网专区定向跳转+开通工作台页面去掉分页
This commit is contained in:
parent
f7090eefbf
commit
a2feefa5d6
|
@ -111,6 +111,9 @@ function Index(props){
|
||||||
const {current_user} = props;
|
const {current_user} = props;
|
||||||
|
|
||||||
useEffect(()=>{
|
useEffect(()=>{
|
||||||
|
if(deptId && deptId === "KYDS7th"){
|
||||||
|
window.location.href = 'https://gitlink.org.cn/competitions/2024';
|
||||||
|
}
|
||||||
if(deptId && deptId!=="apply"){
|
if(deptId && deptId!=="apply"){
|
||||||
getDetail();
|
getDetail();
|
||||||
}
|
}
|
||||||
|
|
|
@ -158,13 +158,13 @@ export default (({organizeDetail,history,match, current_user})=>{
|
||||||
pagination={false}
|
pagination={false}
|
||||||
className="teamMemberTable"
|
className="teamMemberTable"
|
||||||
></Table>
|
></Table>
|
||||||
{
|
{/* {
|
||||||
total > limit ?
|
total > limit ?
|
||||||
<div className="edu-txt-center mt30 mb20">
|
<div className="edu-txt-center mt30 mb20">
|
||||||
<Pagination simple current={page} total={total} pageSize={limit} onChange={ChangePage}></Pagination>
|
<Pagination simple current={page} total={total} pageSize={limit} onChange={ChangePage}></Pagination>
|
||||||
</div>
|
</div>
|
||||||
:""
|
:""
|
||||||
}
|
} */}
|
||||||
</div>
|
</div>
|
||||||
<div className='edu-txt-right pl30 pr30 pb30'>
|
<div className='edu-txt-right pl30 pr30 pb30'>
|
||||||
<Button type='primary' ghost className='mr20' onClick={()=>{history.push(`/${OIdentifier}`)}}>暂不开通</Button>
|
<Button type='primary' ghost className='mr20' onClick={()=>{history.push(`/${OIdentifier}`)}}>暂不开通</Button>
|
||||||
|
|
Loading…
Reference in New Issue