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

@@ -103,7 +103,7 @@
if (self.currentIndex == 0) {
return self.hotVC.tableView;
}
return self.rankVC.tableView;
return self.rankVC.collectionView;
}
//