From 4182b3ebd617b76d02f72f799df665fe65367b5a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sat, 19 Oct 2024 13:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/fee/roomFee.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/fee/roomFee.vue b/pages/fee/roomFee.vue index 1557719..807b30f 100644 --- a/pages/fee/roomFee.vue +++ b/pages/fee/roomFee.vue @@ -230,7 +230,7 @@ let _fee = JSON.parse(options.fee); 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;