|
@@ -187,35 +187,35 @@
|
|
[self pushViewController:nextVC animated:YES];
|
|
[self pushViewController:nextVC animated:YES];
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
- case 12:{//帮助与反馈
|
|
|
|
-
|
|
|
|
- CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
|
- vc.titleStr = NSLocalizedString(@"mine_help_title",nil);
|
|
|
|
- NSString *url = [[NSString alloc] initWithFormat:@"%@/problemFeedback/#/pages/fileSharing/problem/index?sn=",CloudService];
|
|
|
|
- vc.webUrl = [[NSString alloc] initWithFormat:@"%@%@",url,ksharedAppDelegate.DeviceThirdIdMod.data.changeSn];
|
|
|
|
- [self pushViewController:vc animated:YES];
|
|
|
|
-
|
|
|
|
- //数据埋点
|
|
|
|
- [[netWorkManager shareInstance] DataEmbeddingPointBy:2 withEventValue:@"Help_feedback"];
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
- case 13:{//更换手机
|
|
|
|
|
|
+// case 12:{//帮助与反馈
|
|
|
|
+//
|
|
|
|
+// CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
|
+// vc.titleStr = NSLocalizedString(@"mine_help_title",nil);
|
|
|
|
+// NSString *url = [[NSString alloc] initWithFormat:@"%@/problemFeedback/#/pages/fileSharing/problem/index?sn=",CloudService];
|
|
|
|
+// vc.webUrl = [[NSString alloc] initWithFormat:@"%@%@",url,ksharedAppDelegate.DeviceThirdIdMod.data.changeSn];
|
|
|
|
+// [self pushViewController:vc animated:YES];
|
|
|
|
+//
|
|
|
|
+// //数据埋点
|
|
|
|
+// [[netWorkManager shareInstance] DataEmbeddingPointBy:2 withEventValue:@"Help_feedback"];
|
|
|
|
+//
|
|
|
|
+// }
|
|
|
|
+// break;
|
|
|
|
+ case 12:{//更换手机
|
|
TipsQRCodeForChangeDeviceViewController *nextVC = [TipsQRCodeForChangeDeviceViewController new];
|
|
TipsQRCodeForChangeDeviceViewController *nextVC = [TipsQRCodeForChangeDeviceViewController new];
|
|
[self pushViewController:nextVC animated:YES];
|
|
[self pushViewController:nextVC animated:YES];
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
|
|
- case 14:{//联系客服
|
|
|
|
- customerServiceViewController *vc = [customerServiceViewController new];
|
|
|
|
- [self pushViewController:vc animated:YES];
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
-
|
|
|
|
- case 15:{//清理缓存
|
|
|
|
- [self clickClearCacheButtonFun];
|
|
|
|
- }
|
|
|
|
- case 16:{//版本信息
|
|
|
|
|
|
+// case 14:{//联系客服
|
|
|
|
+// customerServiceViewController *vc = [customerServiceViewController new];
|
|
|
|
+// [self pushViewController:vc animated:YES];
|
|
|
|
+// }
|
|
|
|
+// break;
|
|
|
|
+//
|
|
|
|
+// case 15:{//清理缓存
|
|
|
|
+// [self clickClearCacheButtonFun];
|
|
|
|
+// }
|
|
|
|
+ case 13:{//版本信息
|
|
AboutViewController *nextVC = [[AboutViewController alloc] init];
|
|
AboutViewController *nextVC = [[AboutViewController alloc] init];
|
|
nextVC.getSysInfo = ^{
|
|
nextVC.getSysInfo = ^{
|
|
[[webRtcManager shareManager] getSysInfoFun];
|
|
[[webRtcManager shareManager] getSysInfoFun];
|
|
@@ -224,16 +224,15 @@
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
|
|
|
|
- case 17:{//新手引导
|
|
|
|
- CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
|
- vc.titleStr = NSLocalizedString(@"mine_newuser_title",nil);
|
|
|
|
- NSString *url = [[NSString alloc] initWithFormat:@"%@/warrantyService/index.html#/novice",CloudService];
|
|
|
|
- vc.webUrl = url;
|
|
|
|
- [self pushViewController:vc animated:YES];
|
|
|
|
- }
|
|
|
|
- break;
|
|
|
|
|
|
+// case 17:{//新手引导
|
|
|
|
+// CustomerWebViewController *vc = [[CustomerWebViewController alloc] init];
|
|
|
|
+// vc.titleStr = NSLocalizedString(@"mine_newuser_title",nil);
|
|
|
|
+// NSString *url = [[NSString alloc] initWithFormat:@"%@/warrantyService/index.html#/novice",CloudService];
|
|
|
|
+// vc.webUrl = url;
|
|
|
|
+// [self pushViewController:vc animated:YES];
|
|
|
|
+// }
|
|
|
|
+// break;
|
|
|
|
|
|
- break;
|
|
|
|
|
|
|
|
// case 17:{
|
|
// case 17:{
|
|
// [[iToast makeText:@"点击了注销"] show];
|
|
// [[iToast makeText:@"点击了注销"] show];
|