diff --git a/dimensionhub/Views/Index/IndexModel.swift b/dimensionhub/Views/Index/IndexModel.swift index 29f1d46..651211b 100644 --- a/dimensionhub/Views/Index/IndexModel.swift +++ b/dimensionhub/Views/Index/IndexModel.swift @@ -95,6 +95,7 @@ final class IndexModel { self.cancel = self.scrollIDPublisher .sink { userId, scrollID in + // 更新group的label的部分 self.dramaGroupElements.forEach { element in switch element { case .label(_, _): @@ -158,7 +159,7 @@ final class IndexModel { // 按照id来判断不一定正确,需要借助其他值 let dramaIds = self.getDramaIds(self.updateDramaGroups) - print("current ids: \(dramaIds)") + //print("current ids: \(dramaIds)") switch mode { case .prev: