huangxiaodong 6 months ago
parent
commit
6802c75a53
1 changed files with 32 additions and 33 deletions
  1. 32 33
      创维盒子/双子星云手机/mine/mineViewController.m

+ 32 - 33
创维盒子/双子星云手机/mine/mineViewController.m

@@ -187,35 +187,35 @@
             [self pushViewController:nextVC animated:YES];
         }
             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];
             [self pushViewController:nextVC animated:YES];
             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];
             nextVC.getSysInfo = ^{
                 [[webRtcManager shareManager] getSysInfoFun];
@@ -224,16 +224,15 @@
         }
             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:{
 //            [[iToast makeText:@"点击了注销"] show];