优化展示逻辑
This commit is contained in:
@@ -35,6 +35,7 @@ const SearchResult = () => {
|
||||
recommendList,
|
||||
filterCount,
|
||||
filterOptions,
|
||||
isShowNoData,
|
||||
} = searchPageState || {};
|
||||
const { statusNavbarHeightInfo } = useGlobalState() || {};
|
||||
const { totalHeight } = statusNavbarHeightInfo || {};
|
||||
@@ -166,6 +167,7 @@ const SearchResult = () => {
|
||||
data={data}
|
||||
recommendList={recommendList}
|
||||
loading={loading}
|
||||
isShowNoData={isShowNoData}
|
||||
error={error}
|
||||
reload={refreshMatches}
|
||||
loadMoreMatches={loadMoreMatches}
|
||||
|
||||
Reference in New Issue
Block a user