fix index
This commit is contained in:
parent
8517c5afc3
commit
f4939c0099
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user