优化crc 优化

This commit is contained in:
wuxw 2025-03-11 16:44:13 +08:00
parent 92d7e4197d
commit a87e1de021

View File

@ -117,7 +117,7 @@
param,
function (json) {
let _roomInfo = JSON.parse(json);
$that.aOwnerDetailRoomFeeInfo.payObjs = _roomInfo.data;
$that.aOwnerDetailRoomFeeInfo.payObjs = _roomInfo.rooms;
_roomInfo.data.forEach(_room =>{
$that.aOwnerDetailRoomFeeInfo.payerObjIds.push(_room.roomId);
});