Commit 3154e42da97f82dca02e74c9ee08210e611774f7

Authored by zhangxiaowen
1 parent 7c2ae348

no message

CNLiveLoginModule/Classes/Module/CNLiveLoginService.m
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 vc.isShow = isShow; 31 vc.isShow = isShow;
32 vc.modalPresentationStyle = UIModalPresentationOverFullScreen; 32 vc.modalPresentationStyle = UIModalPresentationOverFullScreen;
33 vc.hidesBottomBarWhenPushed = YES; 33 vc.hidesBottomBarWhenPushed = YES;
34 - [CNLivePageJumpManager pushViewController:vc]; 34 +// [CNLivePageJumpManager pushViewController:vc];
35 } 35 }
36 36
37 - (void)presentToLoginViewController{ 37 - (void)presentToLoginViewController{
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 vc.isShow = isShow; 43 vc.isShow = isShow;
44 vc.modalPresentationStyle = UIModalPresentationOverFullScreen; 44 vc.modalPresentationStyle = UIModalPresentationOverFullScreen;
45 vc.hidesBottomBarWhenPushed = YES; 45 vc.hidesBottomBarWhenPushed = YES;
46 - [CNLivePageJumpManager presentViewController:vc]; 46 +// [CNLivePageJumpManager presentViewController:vc];
47 } 47 }
48 48
49 - (void)loginIfNeedWithCompleteBlock:(void (^)(BOOL))completeBlock{ 49 - (void)loginIfNeedWithCompleteBlock:(void (^)(BOOL))completeBlock{