Commit 5062f43498a7c577f3487fdc60f94912ccc785c7

Authored by iOS-Xiaowen
1 parent 4be70393

no message

CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.m
@@ -230,7 +230,7 @@ @@ -230,7 +230,7 @@
230 if(!strongSelf) return; 230 if(!strongSelf) return;
231 }; 231 };
232 vc.hidesBottomBarWhenPushed = YES; 232 vc.hidesBottomBarWhenPushed = YES;
233 - [strongSelf presentViewController:vc animated:YES completion:nil]; 233 + [strongSelf.navigationController pushViewController:vc animated:YES];
234 234
235 } 235 }
236 else if ([responseObject isKindOfClass:[NSDictionary class]] && [responseObject[@"errorCode"] isEqualToString:@"0"]) { 236 else if ([responseObject isKindOfClass:[NSDictionary class]] && [responseObject[@"errorCode"] isEqualToString:@"0"]) {