上架前提交

This commit is contained in:
启星
2025-12-07 14:24:45 +08:00
parent 16c8869961
commit 3b0e2386c5
3 changed files with 7 additions and 4 deletions

View File

@@ -500,10 +500,11 @@ QXRoomUserInfoViewDelegate
NSMutableArray *userIds = [NSMutableArray array];
for (QXRoomPitModel *md in self.roomModel.room_info.pit_list) {
if (md.user_id.longLongValue > 0) {
[userIds addObject:md.user_id];
// [userIds addObject:md.user_id];
[[NSNotificationCenter defaultCenter] postNotificationName:noticeRoomUserOnlineStatusDidChanged object:@{@"user_id":md.user_id,@"is_online":[NSNumber numberWithInteger:md.is_online.integerValue]}];
}
}
[self getUserOnlineStatusWithUserIds:[userIds componentsJoinedByString:@","]];
// [self getUserOnlineStatusWithUserIds:[userIds componentsJoinedByString:@","]];
self.micTeamView.countLabel.text = self.roomModel.room_info.queue_number;
self.titleView.roomModel = self.roomModel;