1.房间在线人员 2,修复bug

This commit is contained in:
liyuhua
2024-05-21 14:17:30 +08:00
parent 2af0717970
commit 7cafb54083
26 changed files with 523 additions and 262 deletions

View File

@@ -194,7 +194,6 @@
[self addSubview:self.lowLevelView];
[self addSubview:self.middleLevelView];
[self addSubview:self.highLevleView];
}
@@ -2193,7 +2192,7 @@
make.height.mas_equalTo(KScreenHeight);
}];
}
[self.vapGiftEffectView setMute:NO];
[self.vapGiftEffectView setMute:YES];
[self.vapGiftEffectView playHWDMP4:videoUrl repeatCount:1 delegate:self];
}
} failureBlock:^(NSError * _Nullable error) {