Commit c9092fe07a08d6eeaafbc6dc49bc515139082dc2

Authored by yanglingyu
1 parent 6a50e83c

0.2.5

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.2.4'
  11 + s.version = '0.2.5'
12 12 s.summary = '网家家C端个人中心'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveCMineModule/Classes/CNCMine/View/CNTitleAndImgCell.m
... ... @@ -88,7 +88,7 @@
88 88 {
89 89 _imgHeight = imgHeight;
90 90 [self.sigImage mas_updateConstraints:^(MASConstraintMaker *make) {
91   - make.width.height.mas_equalTo(DS_adapt_length(imgHeight));
  91 + make.width.height.mas_equalTo(imgHeight);
92 92 }];
93 93 }
94 94 - (void)setImgWidth:(CGFloat)imgWidth
... ...