mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化crc 优化
This commit is contained in:
parent
92d7e4197d
commit
a87e1de021
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user