去掉分类id判断
This commit is contained in:
parent
1ec6c1de62
commit
14546d1be4
|
|
@ -273,7 +273,7 @@ function ProjectHomePage(props) {
|
|||
</Spin>
|
||||
</div>
|
||||
</div>
|
||||
{cateID && <Pagination pageSize={LIMIT} total={total} hideOnSinglePage={true} current={page} onChange={(page) => { setPage(page) }} className='edu-txt-right mt30' />}
|
||||
<Pagination pageSize={LIMIT} total={total} hideOnSinglePage={true} current={page} onChange={(page) => { setPage(page) }} className='edu-txt-right mt30' />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue