From 7fdf8f342f23ee7b8e81306aa8e09cc25202b51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 6 Aug 2025 10:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=A9=E4=B8=9A=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E8=B7=B3=E8=BD=AC=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index c3c50035..c2d89dde 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -222,11 +222,11 @@ export default { page_num: this.page_num, page_size: this.page_size, }).then((res) => { - // res.rows.find((item) => { - // if (item.community_id == uni.getStorageSync("changeCommData").id) { - // this.isShowBill = item.bill_front_end_display == 1 ? true : false; - // } - // }); + res.rows.find((item) => { + if (item.community_id == uni.getStorageSync("changeCommData").id) { + this.isShowBill = item.bill_front_end_display == 1 ? true : false; + } + }); if (res.rows.length == 0) { uni.removeStorageSync("changeCommData"); }