修复物业缴费跳转的逻辑
This commit is contained in:
parent
1de223346d
commit
7fdf8f342f
@ -222,11 +222,11 @@ export default {
|
|||||||
page_num: this.page_num,
|
page_num: this.page_num,
|
||||||
page_size: this.page_size,
|
page_size: this.page_size,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
// res.rows.find((item) => {
|
res.rows.find((item) => {
|
||||||
// if (item.community_id == uni.getStorageSync("changeCommData").id) {
|
if (item.community_id == uni.getStorageSync("changeCommData").id) {
|
||||||
// this.isShowBill = item.bill_front_end_display == 1 ? true : false;
|
this.isShowBill = item.bill_front_end_display == 1 ? true : false;
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
if (res.rows.length == 0) {
|
if (res.rows.length == 0) {
|
||||||
uni.removeStorageSync("changeCommData");
|
uni.removeStorageSync("changeCommData");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user