From 3f56b1840acf773d86be5fc6950d344799b8270a Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Tue, 18 Mar 2025 16:33:29 +0800 Subject: [PATCH] 1 --- lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue b/lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue index 38cf541..ee881a6 100644 --- a/lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue +++ b/lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue @@ -24,7 +24,7 @@ - + - + - + 周期:{{item1.startDate}} - {{item1.endDate}} 数量:{{item1.number}}{{item1.itemUnit}} - 门店号:A5646 + 门店号:{{item1.storeCode}} - + ¥{{item1.payPrice}} @@ -129,25 +129,27 @@ show: false, joinShow: false, value: '', - list1: [{ - value: '0', - label: '全部' - }, { - value: '1', - label: '物业费' - }, { - value: '2', - label: '水费' - }, { - value: '3', - label: '卫生费' - }, { - value: '4', - label: '燃气费' - }, { - value: '5', - label: '电费' - }], + list1: [ + // { + // value: '0', + // label: '全部' + // }, { + // value: '1', + // label: '物业费' + // }, { + // value: '2', + // label: '水费' + // }, { + // value: '3', + // label: '卫生费' + // }, { + // value: '4', + // label: '燃气费' + // }, { + // value: '5', + // label: '电费' + // }, + ], recordList: [], list: [{ name: 'H5支付', @@ -174,7 +176,7 @@ // num = num + Number(e[n].payPrice) // } } - return num + return num.toFixed(2) } }, computed: { @@ -245,7 +247,12 @@ }, methods: { - + changeitemisshowxz(index,index1) { + console.error(index,index1) + console.error(this.recordList[index].itemDetailsVOList[index1].isshowxz) + this.recordList[index].itemDetailsVOList[index1].isshowxz = !this.recordList[index].itemDetailsVOList[index1].isshowxz + this.$forceUpdate() + }, changeisxl(e) { this.recordList[e].isxl = !this.recordList[e].isxl }, -- libgit2 0.21.4