修复bug
This commit is contained in:
@@ -168,7 +168,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
return recommendVC;
|
||||
} else {
|
||||
XPHomePartyViewController * homeVC = [[XPHomePartyViewController alloc] init];
|
||||
homeVC.tabId = hometag.tid;
|
||||
homeVC.pi_tabId = hometag.tid;
|
||||
return homeVC;
|
||||
}
|
||||
}
|
||||
@@ -180,7 +180,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
HomeTagModel * hometag = [self.tagList safeObjectAtIndex1:index];
|
||||
if (![hometag.name isEqualToString:YMLocalizedString(@"XPNewHomeViewController1")]) {
|
||||
XPHomePartyViewController * list = (XPHomePartyViewController<JXCategoryListContentViewDelegate> *)[self.contentView.validListDict objectForKey:[NSNumber numberWithInteger:index]];;
|
||||
list.tabId = hometag.tid;
|
||||
list.pi_tabId = hometag.tid;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user