注释众包/帖子等tab

This commit is contained in:
何童崇 2021-06-08 16:05:32 +08:00
parent dd9c11dbd9
commit ff2586f5b9
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ const GlobalSearch = ({ location, showNotification }) => {
} }
</TabPane> </TabPane>
<TabPane tab={`帖子(${totalType2}`} key="2"> {/* <TabPane tab={`${totalType2}`} key="2">
<div className="search-content"> <div className="search-content">
<p>{`找到${totalType2}条结果`}</p> <p>{`找到${totalType2}条结果`}</p>
<ItemList <ItemList
@ -193,7 +193,7 @@ const GlobalSearch = ({ location, showNotification }) => {
showTotal={total => `${total}`} showTotal={total => `${total}`}
/> : <Nodata _html="暂无数据" /> /> : <Nodata _html="暂无数据" />
} }
</TabPane> </TabPane> */}
</Tabs> </Tabs>
</div> </div>