Commit f781f313f48d021f9b9ea0914a0021fdbda34884
1 parent
31b7a851
0.4.7
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/Colletion/View/CNMineCollectionCell.m
| ... | ... | @@ -81,8 +81,8 @@ |
| 81 | 81 | #pragma mark - Data |
| 82 | 82 | - (void)setModel:(CNMyCollectDataSourceModel *)model { |
| 83 | 83 | _model = model; |
| 84 | - [self.iconView sd_setImageWithURL:[NSURL URLWithString:[model.imagePath isEqualToString:@""]?model.videoImg:model.imagePath] placeholderImage:kDefaultPicIcon(100*RATIO)]; | |
| 85 | - | |
| 84 | + [self.iconView yy_setImageWithURL:[NSURL URLWithString:[model.imagePath isEqualToString:@""]?model.videoImg:model.imagePath] placeholder:kDefaultPicIcon(100*RATIO)]; | |
| 85 | + | |
| 86 | 86 | if (model.text.length > 0) { |
| 87 | 87 | _nameLabel.attributedText = model.attributedString; |
| 88 | 88 | ... | ... |