|
@@ -204,9 +204,7 @@
|
|
|
[self.navigationController pushViewController:vc animated:YES];
|
|
|
}
|
|
|
break;
|
|
|
-
|
|
|
-
|
|
|
- case 1:
|
|
|
+ case 106:
|
|
|
{
|
|
|
if(!ksharedAppDelegate.isWebSockLinkOKAginType){
|
|
|
[[iToast makeText:NSLocalizedString(@"check_could_phone_state",nil)] show];
|
|
@@ -274,12 +272,6 @@
|
|
|
|
|
|
}
|
|
|
break;
|
|
|
- case 10:
|
|
|
- {
|
|
|
- TipsQRCodeForChangeDeviceViewController *vc = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
- [self.navigationController pushViewController:vc animated:YES];
|
|
|
- }
|
|
|
- break;
|
|
|
case 7:
|
|
|
{
|
|
|
/*弹窗提示关闭备份*/
|
|
@@ -299,8 +291,25 @@
|
|
|
}];
|
|
|
}
|
|
|
break;
|
|
|
+ case 10:{
|
|
|
+ inputPWDViewController *nextVC = [inputPWDViewController new];
|
|
|
+ nextVC.isCheckPwdType = YES;
|
|
|
+ [self.navigationController pushViewController:nextVC animated:YES];
|
|
|
+
|
|
|
+
|
|
|
+ nextVC.didInputRightPwdFun = ^{
|
|
|
+ [weakSelf gotoPrivacyModeVCFun];
|
|
|
+ };
|
|
|
+ }
|
|
|
+ break;
|
|
|
case 11:
|
|
|
{
|
|
|
+ TipsQRCodeForChangeDeviceViewController *vc = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
+ [self.navigationController pushViewController:vc animated:YES];
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ case 12:
|
|
|
+ {
|
|
|
/*弹窗提示重启*/
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"my_set_no_restart_phone_tips",nil)
|
|
|
msg:nil
|
|
@@ -319,12 +328,12 @@
|
|
|
}];
|
|
|
}
|
|
|
break;
|
|
|
- case 12:
|
|
|
+ case 13:
|
|
|
{
|
|
|
[self RestoreFactoryAleartFun];
|
|
|
}
|
|
|
break;
|
|
|
- case 13:
|
|
|
+ case 14:
|
|
|
{
|
|
|
CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
vc.titleStr = NSLocalizedString(@"my_set_no_common_problem",nil);
|
|
@@ -333,7 +342,7 @@
|
|
|
[self.navigationController pushViewController:vc animated:YES];
|
|
|
}
|
|
|
break;
|
|
|
- case 14:
|
|
|
+ case 15:
|
|
|
{
|
|
|
AboutViewController *vc = [[AboutViewController alloc] init];
|
|
|
vc.getSysInfo = ^{
|
|
@@ -344,7 +353,7 @@
|
|
|
[self.navigationController pushViewController:vc animated:YES];
|
|
|
}
|
|
|
break;
|
|
|
- case 15:
|
|
|
+ case 16:
|
|
|
{
|
|
|
[self clickClearCacheButtonFun];
|
|
|
}
|