huangxiaodong 1 년 전
부모
커밋
15f83c698a
2개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch
  2. 8 2
      创维盒子/双子星云手机/Class/Set/view/allVersionView.m

+ 2 - 2
创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch

@@ -87,8 +87,8 @@ isBangsScreen; \
 //#define CloudService           @"http://14.18.190.141:11180"
 //#define CloudService           @"http://14.18.190.141:1280"
 //创维盒子 测试地址
-//#define CloudService   @"http://14.18.190.141:1801"
-#define CloudService   @"http://hiboxde.armclouding.com:7780"
+#define CloudService   @"http://14.18.190.141:1801"
+//#define CloudService   @"http://hiboxde.armclouding.com:7780"
 
 
 #define AESCODEKEEYY @"fvO8gAfNSr1tbdQe"

+ 8 - 2
创维盒子/双子星云手机/Class/Set/view/allVersionView.m

@@ -191,8 +191,14 @@
                 cell.detailTextLabel.text = [NSString stringWithFormat:@"V%@",vers];
             }
                 break;
-            case 6:
-                cell.detailTextLabel.text = _couldphoneSysInfoMod.data.data.sn;
+            case 6:{
+                if([_couldphoneSysInfoMod.data.data.sn isEqualToString:[connectDeviceManager shareInstance].DeviceThirdIdMod.data.sn]){
+                    cell.detailTextLabel.text = _couldphoneSysInfoMod.data.data.sn;
+                }
+                else{
+                    cell.detailTextLabel.text = [[NSString alloc] initWithFormat:@"%@(%@)",_couldphoneSysInfoMod.data.data.sn,[connectDeviceManager shareInstance].DeviceThirdIdMod.data.sn];
+                }
+            }
                 break;
             case 7:{
                 cell.detailTextLabel.text = _couldphoneSysInfoMod.data.data.AVVersion;