登录优化
This commit is contained in:
@@ -26,6 +26,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,assign)BOOL isBindPhone;
|
||||
@property (nonatomic,copy) NSString *ticket;
|
||||
@property (nonatomic,assign) BOOL isGetUserInfoSuccess;
|
||||
@property (nonatomic,assign) BOOL isRequestRicketSuccess;
|
||||
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -42,7 +42,8 @@
|
||||
}
|
||||
|
||||
- (void)tokenInvalid {
|
||||
[[NSNotificationCenter defaultCenter]postNotificationName:@"kLogout" object:nil];
|
||||
|
||||
|
||||
XPLoginViewController *loginVC = [[XPLoginViewController alloc] init];
|
||||
BaseNavigationController * nav = [[BaseNavigationController alloc] initWithRootViewController:loginVC];
|
||||
nav.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||
|
Reference in New Issue
Block a user