This commit is contained in:
启星
2025-09-24 09:14:50 +08:00
parent 3b6b02f950
commit d361de3687
18 changed files with 71 additions and 33 deletions

View File

@@ -8,6 +8,7 @@
#import "QXGuildViewController.h"
#import <WebKit/WebKit.h>
#import "QXUserHomePageViewController.h"
#import "QXRealNameViewController.h"
static void *WKWebBrowserContext = &WKWebBrowserContext;
@@ -119,6 +120,9 @@ static void *WKWebBrowserContext = &WKWebBrowserContext;
return;
}
[[QXGlobal shareGlobal] joinRoomWithRoomId:room_id isRejoin:NO navagationController:self.navigationController];
}else if ([dict[@"action"] isEqualToString:@"enterAuthent"]) {
QXRealNameViewController *vc = [[QXRealNameViewController alloc] init];
[self.navigationController pushViewController:vc animated:YES];
}