From 161d7e4e33d413166cbb2e7f5e41a890a0721ffe Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 17 Oct 2024 10:59:53 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E5=9B=9B=E8=88=8D=E4=BA=94=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- pages/fee/roomFee.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/fee/roomFee.vue b/pages/fee/roomFee.vue index 8231d35..9d1ba6c 100644 --- a/pages/fee/roomFee.vue +++ b/pages/fee/roomFee.vue @@ -235,7 +235,7 @@ } let _communityInfo = context.getCurrentCommunity(); let _lastDate = new Date(_fee.endTime); - this.receivableAmount = _receivableAmount; + this.receivableAmount = _fee.amountOwed; this.communityId = _communityInfo.communityId; this.communityName = _communityInfo.communityName; this.floorNum = _fee.floorNum; @@ -245,7 +245,7 @@ this.layer = _fee.layer; this.builtUpArea = _fee.builtUpArea; this.feeId = _fee.feeId; - this.amount = _amount; + this.amount = _fee.amountOwed; this.additionalAmount = _fee.additionalAmount; this.ordEndTime = _fee.endTime; this.formatEndTime = date2String(_fee.endTime);