Commit 893957aa40844a751230a5d1ca6f70683463d506
1 parent
b9dc2083
提交0.0.20
Showing
2 changed files
with
2 additions
and
1 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.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 | } |