修复bug
This commit is contained in:
@@ -146,6 +146,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong) NSMutableAttributedString *idAtt;
|
||||
///是否是代充
|
||||
@property(nonatomic,assign) BOOL isRechargeUser;
|
||||
///pk时不能禁麦
|
||||
@property(nonatomic,assign) BOOL isNoProhibitMic;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
- (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