修复bug

This commit is contained in:
liyuhua
2024-06-03 18:59:43 +08:00
parent 08710ba622
commit 022733012e
9 changed files with 41 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}
}
-(void)getRoomGameInfo{
[Api getRoomGameDetails:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
[Api getRoomGameDetailsForHoem:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
if(code == 200){
MSRoomGameModel *model = [MSRoomGameModel modelWithJSON:data.data];
if(model.data.matchStatus == 1 && model.data.roundStatus == 0){
@@ -268,7 +268,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}
}
} roomType:@"0"];
}];
}
#pragma mark -MSRoomGameQuitGameViewDelegate
///退