merge(custom): 修复一些问题,去除多余的内容

This commit is contained in:
jerry
2025-09-02 15:24:29 +08:00
parent 3e752ec1f9
commit d2391481a3

View File

@@ -213,13 +213,6 @@ function UgcIndex() {
}}
renderFooter={<SpTabbar height={state.footerHeight} />}
>
{filterList.map((item) => {
return (
<View key={item.tag_id}>
<Text>{item.tag_name}</Text>
</View>
)
})}
<SpSearchBar
keyword={keyword}
placeholder='搜索'