Kaynağa Gözat

1.关于页面版本号消失问题

huangxiaodong 3 ay önce
ebeveyn
işleme
0a06fdd9eb

+ 10 - 9
创维盒子/code/Class/Set/appUpdate/AboutViewController.m

@@ -258,6 +258,7 @@
     }
     //左边标题
     cell.showRightImageType = NO;
+    cell.contentLabel.hidden = NO;
     if (row < _msgTitleArr.count) {
         NSString *title = _msgTitleArr[row];
         cell.titleLabel.text = title;
@@ -270,15 +271,15 @@
             NSString *vers = [iPhone appVersion];
             [cell.contentLabel setText:[NSString stringWithFormat:@"V%@",vers]];
         }
-        else if(_couldphoneSysInfoMod){
-            cell.contentLabel.hidden = NO;
-            if (row == 3) {
-                cell.contentLabel.text = _couldphoneSysInfoMod.data.hostImgVer;
-            }
-            else if(row == 4) {
-                cell.contentLabel.text = _couldphoneSysInfoMod.data.MyNewVersion;
-            }
-        }
+//        else if(_couldphoneSysInfoMod){
+//            cell.contentLabel.hidden = NO;
+//            if (row == 3) {
+//                cell.contentLabel.text = _couldphoneSysInfoMod.data.hostImgVer;
+//            }
+//            else if(row == 4) {
+//                cell.contentLabel.text = _couldphoneSysInfoMod.data.MyNewVersion;
+//            }
+//        }
     }
     
     return cell;