未登录处理
This commit is contained in:
@@ -204,6 +204,10 @@
|
||||
KBWeakSelf
|
||||
__weak typeof(cell) weakCell = cell;
|
||||
cell.onTapAction = ^{
|
||||
if (![KBUserSessionManager shared].isLoggedIn) {
|
||||
[[KBUserSessionManager shared] goLoginVC];
|
||||
return;
|
||||
}
|
||||
__strong typeof(weakSelf) self = weakSelf;
|
||||
HomeHotCell *strongCell = weakCell;
|
||||
if (!self || !strongCell) { return; }
|
||||
|
||||
Reference in New Issue
Block a user