提交
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];
|
||||
|
||||
Reference in New Issue
Block a user