优化代码

This commit is contained in:
wuxw 2024-10-19 13:08:47 +08:00
parent 22e9dc6de9
commit 4182b3ebd6

View File

@ -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;