features:新绚多页面&设置页面&修改名字页面
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "ScanViewController.h"
|
||||
|
||||
#import "SonNuoCenterViewController.h"
|
||||
#import "YooseeCenterViewController.h"
|
||||
#import "DeviceCameraModel.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#import "IfishCameraModel.h"
|
||||
#import "IfishNewsModel.h"
|
||||
#import "IfishHotBarVc.h"
|
||||
#import "Xuanduo2fController.h"
|
||||
|
||||
@implementation IfishDataUnity
|
||||
|
||||
@@ -169,6 +170,12 @@
|
||||
tabVc.selectedIndex=0;
|
||||
UINavigationController*navVc=(UINavigationController*)tabVc.childViewControllers[tabVc.selectedIndex];
|
||||
[navVc pushViewController:barVc animated:YES];
|
||||
}else if([devicemodel.type isEqualToString:DECICE_TYPE_XUANDUO2F]){
|
||||
//绚多新设备
|
||||
Xuanduo2fController *xuanduo2fVc = [Xuanduo2fController new];
|
||||
xuanduo2fVc.currentDevice = devicemodel;
|
||||
UINavigationController *xuanduo2fNav=[[UINavigationController alloc]initWithRootViewController:xuanduo2fVc];
|
||||
[UIApplication sharedApplication].delegate.window.rootViewController = xuanduo2fNav;
|
||||
}
|
||||
else{
|
||||
|
||||
|
||||
@@ -128,7 +128,6 @@
|
||||
LoginData *data = [[NTESLoginManager sharedManager] currentLoginData];
|
||||
NSString *account = [data account];
|
||||
NSString *token = [data token];
|
||||
|
||||
//如果有缓存用户名密码推荐使用自动登录
|
||||
if ([account length] && [token length])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user