Commit 3154e42da97f82dca02e74c9ee08210e611774f7

Authored by zhangxiaowen
1 parent 7c2ae348

no message

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