This commit is contained in:
启星
2025-09-30 19:42:20 +08:00
parent 2a44a06630
commit 87fc467652
42 changed files with 629 additions and 150 deletions

View File

@@ -423,6 +423,11 @@ QXRoomUserInfoViewDelegate
[self.acTagView stopTimer];
[self.acTagView removeFromSuperview];
}
if (self.roomModel.hour_ranking_open == 1) {
self.hourRankIconView.hidden = NO;
}else{
self.hourRankIconView.hidden = YES;
}
}
@@ -1927,6 +1932,7 @@ QXRoomUserInfoViewDelegate
_hourRankIconView.startBlock = ^{
[weakSelf.hourRankView showInView:weakSelf.view];
};
_hourRankIconView.hidden = YES;
}
return _hourRankIconView;
}