新用户进房礼物

This commit is contained in:
chenguilong
2022-07-26 16:01:34 +08:00
parent f56fc61f08
commit 926948baa4
14 changed files with 258 additions and 21 deletions

View File

@@ -735,12 +735,6 @@ NSString * const kHadShowAnchorRoomTipKey = @"kHadShowAnchorRoomTipKey";//是否
if (self.roomInfo != nil) {
[self.presenter reportUserInterRoom:[NSString stringWithFormat:@"%zd", self.roomInfo.uid]];
}
///
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if (self.roomInfo.uid != [[AccountInfoStorage instance].getUid integerValue]) {///
[self.presenter getNewUserInRoomGift:[NSString stringWithFormat:@"%zd", self.roomInfo.uid]];
}
});
}
- (void)enterRoomFail:(NSInteger)code {