feat: 完成礼物连击功能

This commit is contained in:
eggmanQQQ
2024-09-12 14:01:12 +08:00
parent f668f43a42
commit 3c024b808f
52 changed files with 836 additions and 98 deletions

View File

@@ -298,6 +298,8 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
- (void)viewDidLoad {
[super viewDidLoad];
[self preLoadGifts];
[self exitOldRoom];
[self initSubViews];
@@ -316,8 +318,6 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
[self startCheckOnlineCountTimer];
[self preLoadGifts];
[CountDownHelper shareHelper].delegate = self;
[XPSkillCardPlayerManager shareInstance].isInRoom = YES;
}
@@ -2411,12 +2411,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
}
#pragma mark - XPFirstRechargeViewDelegate
-(void)rechargeHandle{
}
-(void)rechargeHandle{}
-(void)contactCustomerService{
TTAlertConfig *config = [[TTAlertConfig alloc]init];
config.title = YMLocalizedString(@"XPIAPRechargeViewController7");