|
@@ -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;
|