新增游戏

This commit is contained in:
liyuhua
2023-09-01 14:29:14 +08:00
parent 04c5e0390a
commit 9349d6b084
22 changed files with 885 additions and 58 deletions

View File

@@ -249,7 +249,8 @@
[vc dismissViewControllerAnimated:YES completion:nil];
[self.navigationController popToRootViewControllerAnimated:NO];
}
- (void)loginFail{
- (void)loginFailWithMsg:(NSString *)msg{
[self showErrorToast:msg];
[XNDJTDDLoadingTool hideOnlyView:self.view];
}
-(void)backViewAction{