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