房间在线列表剔除隐身进房的用户

This commit is contained in:
chenguilong
2022-05-05 15:43:51 +08:00
parent cc1f577bad
commit dddeee9494
2 changed files with 25 additions and 10 deletions

View File

@@ -202,7 +202,7 @@
[self addSubview:self.gameListView];
[self.gameListView mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.mas_equalTo(self).offset(-85);
make.top.mas_equalTo(self).offset(kNavigationHeight - 14 - 11 - 25.0 / 2.0);
make.top.mas_equalTo(self).offset(kNavigationHeight - 14 - 11 - 19.0 / 2.0);
}];
}
self.gameListView.mgId = roomInfo.mgId > 0 ? [NSString stringWithFormat:@"%lld", roomInfo.mgId] : @"0";