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;