This commit is contained in:
启星
2026-01-09 20:35:23 +08:00
parent 796f64f5e3
commit d41d74dd8e
20 changed files with 118 additions and 30 deletions

View File

@@ -26,6 +26,9 @@
}
-(void)updateProgress:(NSNotification *)notice{
if ([self.roomModel.room_info.type_id isEqualToString:@"6"]) {
return;
}
QXMeetActivityDriftModel *model = notice.object;
if (model.from_type == QXMeetActivityTypeAcLock) {
[self.meetView updateUserAndGiftInfoWithModel:model];

View File

@@ -271,6 +271,7 @@ QXUpSeatViewDelegate
make.size.mas_equalTo(CGSizeMake(SCREEN_WIDTH, SCREEN_HEIGHT));
}];
QXCPEffectView *cpEffectView = [[QXGiftPlayerManager shareManager] defaultCpEffectView];
cpEffectView.isBackground = NO;
[cpEffectView mas_makeConstraints:^(MASConstraintMaker *make) {
// make.top.equalTo(self.seatContentView.mas_bottom).offset(padding);
// make.left.right.equalTo(self.bgEffectView);