mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
e70ad6e42f
commit
db8bca07cd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user