This commit is contained in:
2025-11-06 19:51:50 +08:00
parent a72aae84ef
commit 0d13192723
8 changed files with 316 additions and 67 deletions

View File

@@ -131,7 +131,7 @@
// <JXCategoryListContentViewDelegate>
- (id<JXCategoryListContentViewDelegate>)listContainerView:(JXCategoryListContainerView *)listContainerView initListForIndex:(NSInteger)index {
HomeRankContentVC *list = [[HomeRankContentVC alloc] init];
self.tableView = list.tableView;
self.collectionView = list.collectionView;
return list;
}