From 1f3e2824ef2cbf76af5ff1421be51ba826c7c2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 1 Aug 2025 15:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=BF=E4=BA=A7-=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B0=8F=E5=8C=BA=E5=92=8C=E6=88=BF=E6=BA=90=E5=9C=A8?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=85=8D=E7=BD=AE=E7=9A=84=E9=9A=90=E8=97=8F?= =?UTF-8?q?=EF=BC=8C=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF=E4=BE=9D=E6=97=A7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/myCommunity/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {