Commit 6a71c96662367c98ee1e6d333892b9909b92f6cd

Authored by zhangxiaowen
1 parent 387413c6

标签修改,高度修改

CNLiveScioLive/Pages/Home/外宣要闻/View/CNLiveNewsUpPicTableViewCell.m
... ... @@ -78,7 +78,7 @@
78 78 _model = model;
79 79 _titleLabel.text = model.title;
80 80 _timeLabel.text = [model.createDate componentsSeparatedByString:@" "][0];
81   -
  81 + _projectLabel.text = @"";
82 82 if(model.tags && ![model.tags isEqualToString:@""]){
83 83 _projectLabel.text = model.tags;
84 84  
... ...
CNLiveScioLive/Pages/Live/Controller/CNLiveViewController.m
... ... @@ -263,7 +263,7 @@ static NSString *indicatorTableViewCell = @"CNLiveIndicatorTableViewCell";
263 263 return 40;
264 264  
265 265 }
266   - return 80*MainScale+10;
  266 + return 95*MainScale+10;
267 267 }
268 268  
269 269 - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
... ...