Commit f781f313f48d021f9b9ea0914a0021fdbda34884

Authored by yanglingyu
1 parent 31b7a851

0.4.7

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.4.6'
  11 + s.version = '0.4.7'
12 12 s.summary = '网家家C端个人中心'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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  
... ...