Commit 893957aa40844a751230a5d1ca6f70683463d506

Authored by 梁星国
1 parent b9dc2083

提交0.0.20

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.19'
  11 + s.version = '0.0.20'
12 12 s.summary = '网家家企业端服务中心模块'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/Controller/CNLiveBServiceCenterController.m
... ... @@ -632,6 +632,7 @@
632 632 }else {
633 633 id <CNLiveIDCardAuthenProtocol>service = [[BeeHive shareInstance]createService:@protocol(CNLiveIDCardAuthenProtocol)];
634 634 UIViewController *vc = [service pushToCNLiveIDCardAuthController];
  635 + vc.hidesBottomBarWhenPushed = YES;
635 636 [self.navigationController pushViewController:vc animated:YES];
636 637  
637 638 }
... ...