优化代码

This commit is contained in:
Your Name 2023-02-02 22:40:30 +08:00
parent e70ad6e42f
commit db8bca07cd

View File

@ -34,7 +34,7 @@
param,
function (json) {
var _roomInfo = JSON.parse(json);
vc.component.ownerOweFeesInfo.fees = _roomInfo.rooms;
vc.component.ownerOweFeesInfo.fees = _roomInfo.data;
vc.emit('ownerOweFees', 'paginationPlus', 'init', {
total: _roomInfo.records,
dataCount: _roomInfo.total,