修复bug

This commit is contained in:
liyuhua
2023-09-25 16:02:57 +08:00
parent c4e6fae3e1
commit 48cc2d4587
37 changed files with 156 additions and 450 deletions

View File

@@ -306,6 +306,9 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
// gameView.playGameList = self.littleGameArray;
// gameView.delegate = self;
// [kWindow addSubview:gameView];
if(self.delegate && [self.delegate respondsToSelector:@selector(openRoom)]){
[self.delegate openRoom];
}
}
#pragma mark - XPHomeGameViewDelegate
- (void)xpHomeGameViewChooseGameWithGameModel:(LittleGameInfoModel *)gameModel{