🐞 fix(ID1001559): 【面临优选】-功能{-搜索筛选}:显示没有标签的分类
【【面临优选】-功能{-搜索筛选}:显示没有标签的分类】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001559
This commit is contained in:
parent
b820213e7f
commit
438d4168c0
@ -133,6 +133,7 @@ const Filter = (props: params) => {
|
|||||||
<ScrollView scrollY style={{ height: '60vh' }}>
|
<ScrollView scrollY style={{ height: '60vh' }}>
|
||||||
{
|
{
|
||||||
kindList?.map((item, key) => {
|
kindList?.map((item, key) => {
|
||||||
|
if (!item.product_label_data || item.product_label_data?.length === 0) { return null }
|
||||||
return <View key={key} className={styles.popup_filter_item}>
|
return <View key={key} className={styles.popup_filter_item}>
|
||||||
<View className={styles.title}>{item.name}</View>
|
<View className={styles.title}>{item.name}</View>
|
||||||
<View className={styles.btn_list}>
|
<View className={styles.btn_list}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user