添加房产-修复小区和房源在后台配置的隐藏,小程序端依旧显示出来的bug
This commit is contained in:
parent
83b7536692
commit
1f3e2824ef
@ -67,7 +67,7 @@ export default {
|
|||||||
res.rows.forEach(item => {
|
res.rows.forEach(item => {
|
||||||
item.pic = item.pic.startsWith('http') ? item.pic : picUrl + item.pic
|
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) {
|
// toUpview(item) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user