Commit 03956cd351d1c2f62d9c67b8a951759ae4f164ef
1 parent
03a2b53b
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveCServiceModule/Classes/ViewController/CNLiveServiceVC.m
| @@ -115,7 +115,7 @@ static NSString *CNGoodsOrVideoheaderID = @"CNLiveGoodsOrVideoHeaderView"; | @@ -115,7 +115,7 @@ static NSString *CNGoodsOrVideoheaderID = @"CNLiveGoodsOrVideoHeaderView"; | ||
| 115 | self.navigationController.navigationBarHidden = YES; | 115 | self.navigationController.navigationBarHidden = YES; |
| 116 | 116 | ||
| 117 | if (self.oldFontSize != [CNFontAndRatioTool getFontSizeCoefficient]) { | 117 | if (self.oldFontSize != [CNFontAndRatioTool getFontSizeCoefficient]) { |
| 118 | - self.oldFontSize = [CNFontAndRatioTool getFontSizeCoefficient] | 118 | + self.oldFontSize = [CNFontAndRatioTool getFontSizeCoefficient]; |
| 119 | [self requestService]; | 119 | [self requestService]; |
| 120 | } | 120 | } |
| 121 | } | 121 | } |