修复bug

This commit is contained in:
liyuhua
2023-11-23 10:56:01 +08:00
parent 39b64f59b3
commit 24d55bc807
21 changed files with 85 additions and 71 deletions

View File

@@ -12,7 +12,7 @@
@interface AccountInfoStorage : NSObject
@property (nonatomic, strong, readonly) AccountModel *accountModel;
@property(nonatomic,copy) NSString *name;///判断帐号是否填写资料
///判断是否正在请求ticketyes的话不能用ticket请求数据不然会出现401要重新登录
@property (nonatomic,assign) BOOL isRequestRicket;
///如果是第三方登录的话 保存一下用户信息