Commit c9092fe07a08d6eeaafbc6dc49bc515139082dc2
1 parent
6a50e83c
0.2.5
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCMineModule' | 10 | s.name = 'CNLiveCMineModule' |
| 11 | - s.version = '0.2.4' | 11 | + s.version = '0.2.5' |
| 12 | s.summary = '网家家C端个人中心' | 12 | s.summary = '网家家C端个人中心' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCMineModule/Classes/CNCMine/View/CNTitleAndImgCell.m
| @@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
| 88 | { | 88 | { |
| 89 | _imgHeight = imgHeight; | 89 | _imgHeight = imgHeight; |
| 90 | [self.sigImage mas_updateConstraints:^(MASConstraintMaker *make) { | 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 | - (void)setImgWidth:(CGFloat)imgWidth | 94 | - (void)setImgWidth:(CGFloat)imgWidth |