Commit 65e8c82c authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent a7323cee
...@@ -1379,7 +1379,7 @@ ...@@ -1379,7 +1379,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 = (
...@@ -1414,7 +1414,7 @@ ...@@ -1414,7 +1414,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 = (
......
...@@ -48,9 +48,7 @@ ...@@ -48,9 +48,7 @@
@{@"image":@"", @"title":@"", @"details":@""}]; @{@"image":@"", @"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];
...@@ -341,14 +339,14 @@ ...@@ -341,14 +339,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:
...@@ -365,14 +363,8 @@ ...@@ -365,14 +363,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;
default: default:
......
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