feat: 完成礼物连击功能
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user