Commit 3a9c2a053dc4e382aab3d783021286d597c50bca
1 parent
6ab87cc3
5.15保存的版本
Showing
4 changed files
with
5 additions
and
5 deletions
LiveVideoCloud/LiveVideoCloud/Classes/Sections/Mine/Controllers/MineAboutUsController.m
LiveVideoCloud/LiveVideoCloud/Classes/Sections/Mine/Views/PlayRecordCell.h
LiveVideoCloud/LiveVideoCloud/Classes/Sections/Mine/Views/PlayRecordCell.m
| ... | ... | @@ -66,8 +66,8 @@ |
| 66 | 66 | label.font = [UIFont systemFontOfSize:11.0f]; |
| 67 | 67 | |
| 68 | 68 | _endTimeLabel = label; |
| 69 | - | |
| 70 | 69 | [self addSubview:_endTimeLabel]; |
| 70 | +// [self addSubview:_endTimeLabel]; | |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | return _endTimeLabel; |
| ... | ... | @@ -99,8 +99,8 @@ |
| 99 | 99 | // self.endTimeLabel.text = [NSString stringWithFormat:@"结束:%@ ", end]; |
| 100 | 100 | //} |
| 101 | 101 | |
| 102 | -- (void)updateInfo:(LVCUGCLivePlayerModel *)info { | |
| 103 | - | |
| 102 | +- (void)updateInfo:(LVCUGCLivePlayerModel *)info | |
| 103 | +{ | |
| 104 | 104 | |
| 105 | 105 | [self.iconImageView setImageWithURL:[NSURL URLWithString:info.coverImgUrl] placeholderImage:nil]; |
| 106 | 106 | self.nameLabel.text = info.activityName; | ... | ... |
LiveVideoCloud/LiveVideoCloud/UtilKits/UserTools/UserTools.m