提交
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user