mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化crc 优化
This commit is contained in:
parent
92d7e4197d
commit
a87e1de021
@ -117,7 +117,7 @@
|
|||||||
param,
|
param,
|
||||||
function (json) {
|
function (json) {
|
||||||
let _roomInfo = JSON.parse(json);
|
let _roomInfo = JSON.parse(json);
|
||||||
$that.aOwnerDetailRoomFeeInfo.payObjs = _roomInfo.data;
|
$that.aOwnerDetailRoomFeeInfo.payObjs = _roomInfo.rooms;
|
||||||
_roomInfo.data.forEach(_room =>{
|
_roomInfo.data.forEach(_room =>{
|
||||||
$that.aOwnerDetailRoomFeeInfo.payerObjIds.push(_room.roomId);
|
$that.aOwnerDetailRoomFeeInfo.payerObjIds.push(_room.roomId);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user