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"); }