Commit 7ed20373 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

Merge branch 'lmj_branch' into lmj_branch_unuse

parents c0eb4eff 65e8c82c
...@@ -1642,7 +1642,7 @@ ...@@ -1642,7 +1642,7 @@
CODE_SIGN_ENTITLEMENTS = superCleaner/superCleaner.entitlements; CODE_SIGN_ENTITLEMENTS = superCleaner/superCleaner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 100; CURRENT_PROJECT_VERSION = 101;
DEVELOPMENT_TEAM = 443AN53DBQ; DEVELOPMENT_TEAM = 443AN53DBQ;
ENABLE_BITCODE = YES; ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -1677,7 +1677,7 @@ ...@@ -1677,7 +1677,7 @@
CODE_SIGN_ENTITLEMENTS = superCleaner/superCleaner.entitlements; CODE_SIGN_ENTITLEMENTS = superCleaner/superCleaner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 100; CURRENT_PROJECT_VERSION = 101;
DEVELOPMENT_TEAM = 443AN53DBQ; DEVELOPMENT_TEAM = 443AN53DBQ;
ENABLE_BITCODE = YES; ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
......
...@@ -50,9 +50,7 @@ ...@@ -50,9 +50,7 @@
@{@"image":@"home_cell_7", @"title":@"相册统计", @"details":@"种类占比"}]; @{@"image":@"home_cell_7", @"title":@"相册统计", @"details":@"种类占比"}];
[self setupUI]; [self setupUI];
// [self getDivceSize];
// [self rotateAction];
[[ICUserManager shared] loginAndGetUserInfo:^(ZTUserInfoModel * _Nonnull model) { [[ICUserManager shared] loginAndGetUserInfo:^(ZTUserInfoModel * _Nonnull model) {
[[ICUserManager shared] getServiceInfo]; [[ICUserManager shared] getServiceInfo];
...@@ -343,14 +341,14 @@ ...@@ -343,14 +341,14 @@
break; break;
case 4: case 4:
{ {
// if ([ICUserManager shared].isMember) { if ([ICUserManager shared].isMember) {
ICNetworkSpeedViewController *vc = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICNetworkSpeedViewController"]; ICNetworkSpeedViewController *vc = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICNetworkSpeedViewController"];
[self.navigationController pushViewController:vc animated:true]; [self.navigationController pushViewController:vc animated:true];
// }else { }else {
// ICIAPViewController *iapVC = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICIAPViewController"]; ICIAPViewController *iapVC = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICIAPViewController"];
// ICNavigationController *navc = [[ICNavigationController alloc] initWithRootViewController:iapVC]; ICNavigationController *navc = [[ICNavigationController alloc] initWithRootViewController:iapVC];
// [self presentViewController:navc animated:true completion:nil]; [self presentViewController:navc animated:true completion:nil];
// } }
} }
break; break;
case 5: case 5:
...@@ -367,14 +365,8 @@ ...@@ -367,14 +365,8 @@
break; break;
case 6: case 6:
{ {
// if ([ICUserManager shared].isMember) { ICBatteryCareViewController *vc = [[ICBatteryCareViewController alloc] init];
ICBatteryCareViewController *vc = [[ICBatteryCareViewController alloc] init]; [self.navigationController pushViewController:vc animated:true];
[self.navigationController pushViewController:vc animated:true];
// }else {
// ICIAPViewController *iapVC = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICIAPViewController"];
// ICNavigationController *navc = [[ICNavigationController alloc] initWithRootViewController:iapVC];
// [self presentViewController:navc animated:true completion:nil];
// }
} }
break; break;
case 7:{ case 7:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment