Commit 893957aa40844a751230a5d1ca6f70683463d506

Authored by 梁星国
1 parent b9dc2083

提交0.0.20

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.19' 11 + s.version = '0.0.20'
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/Controller/CNLiveBServiceCenterController.m
@@ -632,6 +632,7 @@ @@ -632,6 +632,7 @@
632 }else { 632 }else {
633 id <CNLiveIDCardAuthenProtocol>service = [[BeeHive shareInstance]createService:@protocol(CNLiveIDCardAuthenProtocol)]; 633 id <CNLiveIDCardAuthenProtocol>service = [[BeeHive shareInstance]createService:@protocol(CNLiveIDCardAuthenProtocol)];
634 UIViewController *vc = [service pushToCNLiveIDCardAuthController]; 634 UIViewController *vc = [service pushToCNLiveIDCardAuthController];
  635 + vc.hidesBottomBarWhenPushed = YES;
635 [self.navigationController pushViewController:vc animated:YES]; 636 [self.navigationController pushViewController:vc animated:YES];
636 637
637 } 638 }