Bläddra i källkod

1.appstore需求

huangxiaodong 11 månader sedan
förälder
incheckning
e0c83bfa5f

+ 3 - 1
创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

@@ -139,6 +139,7 @@
         make.height.mas_equalTo(48.f);
     }];
     
+    _checUpdatekBtn.hidden = YES;
     
     //1.4.3 新加一个tableview 显示镜像相关信息
     //用户协议 隐私协议 app当前版本 系统当前版本 系统待更新版本
@@ -154,7 +155,8 @@
     [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
         make.left.mas_equalTo(15.f);
         make.right.mas_equalTo(-15.f);
-        make.top.equalTo(_checUpdatekBtn.mas_bottom).offset(25.f);
+        //make.top.equalTo(_checUpdatekBtn.mas_bottom).offset(25.f);
+        make.top.equalTo(_checUpdatekBtn.mas_top).offset(15.f);
         make.height.mas_equalTo(240.f);
     }];
     

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

@@ -181,40 +181,40 @@
             };
         }
             break;
-        case 11:{//云手机模式
-            cloudPhoneModelViewController *nextVC = [cloudPhoneModelViewController new];
-            [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"];
-            
-        }
+//        case 11:{//云手机模式
+//            cloudPhoneModelViewController *nextVC = [cloudPhoneModelViewController new];
+//            [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 11:{//更换手机
             TipsQRCodeForChangeDeviceViewController *nextVC = [TipsQRCodeForChangeDeviceViewController new];
             [self pushViewController:nextVC animated:YES];
             break;
         }
             
-        case 14:{//联系客服
+        case 12:{//联系客服
             customerServiceViewController *vc = [customerServiceViewController new];
             [self pushViewController:vc animated:YES];
         }
             break;
             
-        case 15:{//清理缓存
+        case 13:{//清理缓存
             [self clickClearCacheButtonFun];
         }
-        case 16:{//版本信息
+        case 14:{//版本信息
             AboutViewController *nextVC = [[AboutViewController alloc] init];
             nextVC.getSysInfo = ^{
                 [[webRtcManager shareManager] getSysInfoFun];
@@ -223,16 +223,16 @@
         }
             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];

+ 3 - 3
创维盒子/双子星云手机/mine/view/MineCommonUsedView.m

@@ -54,14 +54,14 @@
 
     
     NSArray *titleArr = @[NSLocalizedString(@"my_set_Privacy_Model",nil),
-                          NSLocalizedString(@"mine_cloudPhone_Model_title",nil),
-                          NSLocalizedString(@"mine_help_title",nil),
+                          //NSLocalizedString(@"mine_cloudPhone_Model_title",nil),
+                          //NSLocalizedString(@"mine_help_title",nil),
                           NSLocalizedString(@"my_set_no_change_phone",nil),
                           
                           NSLocalizedString(@"my_set_no_connect_kefu",nil),
                           NSLocalizedString(@"my_set_no_clear_cache",nil),
                           NSLocalizedString(@"my_set_no_check_update",nil),
-                          NSLocalizedString(@"mine_newuser_title",nil),
+                          //NSLocalizedString(@"mine_newuser_title",nil),
                           //NSLocalizedString(@"mine_sn_cancel_title",nil)
     ];