mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
22e9dc6de9
commit
4182b3ebd6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user