From db8bca07cd98f1c58d1cb2e05171be34a471b172 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Feb 2023 22:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/owner/ownerOweFees/ownerOweFees.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/owner/ownerOweFees/ownerOweFees.js b/public/components/owner/ownerOweFees/ownerOweFees.js index d82ad37ad..6a22fc17f 100644 --- a/public/components/owner/ownerOweFees/ownerOweFees.js +++ b/public/components/owner/ownerOweFees/ownerOweFees.js @@ -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,