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];