huangxiaodong 1 год назад
Родитель
Сommit
2ee9df2f78
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      创维盒子/双子星云手机/Class/Set/view/allVersionView.m

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

@@ -196,6 +196,7 @@
                     cell.detailTextLabel.text = _couldphoneSysInfoMod.data.data.sn;
                 }
                 else{
+                    cell.detailTextLabel.numberOfLines = 0;
                     cell.detailTextLabel.text = [[NSString alloc] initWithFormat:@"%@(%@)",_couldphoneSysInfoMod.data.data.sn,[connectDeviceManager shareInstance].DeviceThirdIdMod.data.sn];
                 }
             }