修复物业缴费跳转的逻辑
This commit is contained in:
parent
1de223346d
commit
7fdf8f342f
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user