File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Controllers/RootControllers Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ + (void)presentVC:(UIViewController *)viewController{
348348#pragma mark Login
349349- (void )loginOutToLoginVC {
350350 [Login doLogout ];
351- [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupLoginViewController ];
351+ [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupIntroductionViewController ];
352352}
353353
354354@end
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ -(id)handleResponse:(id)responseJSON autoShowError:(BOOL)autoShowError{
259259
260260 if (resultCode.intValue == 1000 ) {// 用户未登录
261261 [Login doLogout ];
262- [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupLoginViewController ];
262+ [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupIntroductionViewController ];
263263 }
264264 }
265265 return error;
You can’t perform that action at this time.
0 commit comments