Commit 76eed0b5f75f7a083958a84e729ecbe17d3b89b3
1 parent
30c1f12d
提交0.0.17
Showing
2 changed files
with
6 additions
and
6 deletions
CNLiveServiceCenterModule.podspec
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/View/CNLiveBServiceCenterHeaderView.m
| ... | ... | @@ -211,13 +211,13 @@ |
| 211 | 211 | |
| 212 | 212 | - (void)configUIWithIsPerson:(NSString *)isPerson isEnterprise:(NSString *)isEnterprise { |
| 213 | 213 | |
| 214 | -// if ([isPerson isEqualToString:@"1"]) { | |
| 214 | + if ([isPerson isEqualToString:@"1"]) { | |
| 215 | 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 | 219 | // self.personCertificationImageV.hidden = YES; |
| 220 | -// } | |
| 220 | + } | |
| 221 | 221 | |
| 222 | 222 | if ([isEnterprise isEqualToString:@"1"]) { |
| 223 | 223 | self.enterpriseCertificationImageV.hidden = NO; | ... | ... |