ソースを参照

1.修复双SN显示问题

huangxiaodong 1 年間 前
コミット
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];
                 }
             }