修复bug
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user