修复物业缴费跳转的逻辑

This commit is contained in:
赵毅 2025-08-06 10:22:16 +08:00
parent 1de223346d
commit 7fdf8f342f

View File

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