修复bug

This commit is contained in:
liyuhua
2023-09-27 12:35:29 +08:00
parent 84413059be
commit c476416283
48 changed files with 3240 additions and 44 deletions

View File

@@ -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

View File

@@ -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;