注释众包/帖子等tab
This commit is contained in:
parent
dd9c11dbd9
commit
ff2586f5b9
|
@ -138,7 +138,7 @@ const GlobalSearch = ({ location, showNotification }) => {
|
|||
}
|
||||
</TabPane>
|
||||
|
||||
<TabPane tab={`帖子(${totalType2})`} key="2">
|
||||
{/* <TabPane tab={`帖子(${totalType2})`} key="2">
|
||||
<div className="search-content">
|
||||
<p>{`找到${totalType2}条结果`}</p>
|
||||
<ItemList
|
||||
|
@ -193,7 +193,7 @@ const GlobalSearch = ({ location, showNotification }) => {
|
|||
showTotal={total => `共 ${total} 条`}
|
||||
/> : <Nodata _html="暂无数据" />
|
||||
}
|
||||
</TabPane>
|
||||
</TabPane> */}
|
||||
</Tabs>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue