提交
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#import "QXAppStartViewController.h"
|
||||
#import "AppDelegate.h"
|
||||
#import "TUIChatConfig.h"
|
||||
@interface QXAppStartViewController ()
|
||||
@property (nonatomic,strong)UIImageView *bgImaegView;
|
||||
@end
|
||||
@@ -77,6 +78,8 @@
|
||||
QXConfig.shared.tabbarArray = @[tabbarIndex1,tabbarIndex2,tabbarIndex3,tabbarIndex4];
|
||||
AppDelegate *delegate = (AppDelegate*)[UIApplication sharedApplication].delegate;
|
||||
[delegate changeRootViewControllerIsTabbar];
|
||||
BOOL api_version = [responseObject[@"api_version"] boolValue];
|
||||
TUIChatConfig.defaultConfig.isAppStore = api_version;
|
||||
NSLog(@"请求成功");
|
||||
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
|
||||
NSLog(@"请求失败");
|
||||
|
||||
@@ -23,7 +23,7 @@ typedef void (^showFinishBlock)(void);
|
||||
@property (nonatomic,readonly,assign)BOOL isLogin;
|
||||
@property (nonatomic,assign)BOOL isShowLoginVC;
|
||||
/// 房间id
|
||||
@property (nonatomic,strong,readonly)NSString *roomId;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
// 是否实名
|
||||
@property (nonatomic,assign)BOOL isRealName;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
@interface QXGlobal()
|
||||
@property (nonatomic,assign)BOOL isLogin;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
|
||||
|
||||
@property (nonatomic,assign)BOOL isClickJoinRoom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user