提交
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user