Commit 76eed0b5f75f7a083958a84e729ecbe17d3b89b3

Authored by 梁星国
1 parent 30c1f12d

提交0.0.17

CNLiveServiceCenterModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveServiceCenterModule'
11   - s.version = '0.0.16'
  11 + s.version = '0.0.17'
12 12 s.summary = '网家家企业端服务中心模块'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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;
... ...