This commit is contained in:
2025-12-03 19:05:53 +08:00
parent 25edf2d817
commit b00283cd96
2 changed files with 5 additions and 1 deletions

View File

@@ -179,8 +179,11 @@
// <JXCategoryListContentViewDelegate>
- (id<JXCategoryListContentViewDelegate>)listContainerView:(JXCategoryListContainerView *)listContainerView initListForIndex:(NSInteger)index {
KBTag *tagModel = self.tags[index];
HomeRankContentVC *list = [[HomeRankContentVC alloc] init];
list.tagModel = tagModel;
self.collectionView = list.collectionView;
return list;
}