mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 09:25:55 +08:00
merge(custom): 修复一些问题,去除多余的内容
This commit is contained in:
@@ -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='搜索'
|
||||
|
||||
Reference in New Issue
Block a user