提交
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
[self.view addSubview:self.appStoreView];
|
||||
MJWeakSelf
|
||||
self.appStoreView.userBlock = ^(QXUserHomeModel * _Nonnull user) {
|
||||
if (!QXGlobal.shareGlobal.isLogin) {
|
||||
[[QXGlobal shareGlobal] logOut];
|
||||
return;
|
||||
}
|
||||
if (user == nil) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user