Commit 76eed0b5f75f7a083958a84e729ecbe17d3b89b3
1 parent
30c1f12d
提交0.0.17
Showing
2 changed files
with
6 additions
and
6 deletions
CNLiveServiceCenterModule.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 = 'CNLiveServiceCenterModule' | 10 | s.name = 'CNLiveServiceCenterModule' |
| 11 | - s.version = '0.0.16' | 11 | + s.version = '0.0.17' |
| 12 | s.summary = '网家家企业端服务中心模块' | 12 | s.summary = '网家家企业端服务中心模块' |
| 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. |
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/View/CNLiveBServiceCenterHeaderView.m
| @@ -211,13 +211,13 @@ | @@ -211,13 +211,13 @@ | ||
| 211 | 211 | ||
| 212 | - (void)configUIWithIsPerson:(NSString *)isPerson isEnterprise:(NSString *)isEnterprise { | 212 | - (void)configUIWithIsPerson:(NSString *)isPerson isEnterprise:(NSString *)isEnterprise { |
| 213 | 213 | ||
| 214 | -// if ([isPerson isEqualToString:@"1"]) { | 214 | + if ([isPerson isEqualToString:@"1"]) { |
| 215 | // self.personCertificationImageV.hidden = NO; | 215 | // self.personCertificationImageV.hidden = NO; |
| 216 | -// [self.enterView configUI:YES]; | ||
| 217 | -// }else { | ||
| 218 | -// [self.enterView configUI:NO]; | 216 | + [self.enterView configUI:YES]; |
| 217 | + }else { | ||
| 218 | + [self.enterView configUI:NO]; | ||
| 219 | // self.personCertificationImageV.hidden = YES; | 219 | // self.personCertificationImageV.hidden = YES; |
| 220 | -// } | 220 | + } |
| 221 | 221 | ||
| 222 | if ([isEnterprise isEqualToString:@"1"]) { | 222 | if ([isEnterprise isEqualToString:@"1"]) { |
| 223 | self.enterpriseCertificationImageV.hidden = NO; | 223 | self.enterpriseCertificationImageV.hidden = NO; |