添加房产-修复小区和房源在后台配置的隐藏,小程序端依旧显示出来的bug

This commit is contained in:
赵毅 2025-08-01 15:18:57 +08:00
parent 83b7536692
commit 1f3e2824ef

View File

@ -67,7 +67,7 @@ export default {
res.rows.forEach(item => {
item.pic = item.pic.startsWith('http') ? item.pic : picUrl + item.pic
});
this.communityList = res.rows
this.communityList = res.rows.filter(item => item.front_end_display !== 1)
})
},
// toUpview(item) {