diff --git a/packages/community/myCommunity/index.vue b/packages/community/myCommunity/index.vue index be2f11f5..6ccb5132 100644 --- a/packages/community/myCommunity/index.vue +++ b/packages/community/myCommunity/index.vue @@ -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) {