提交 c3f837ce authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 8519e1da
...@@ -130,7 +130,7 @@ Page({ ...@@ -130,7 +130,7 @@ Page({
} }
for (let k = 0; k < children.length; k++) { for (let k = 0; k < children.length; k++) {
const item = children[k] const item = children[k]
if (item.vid && json.headerInfo.id) { if (!json.tabs1ChapterList.currentChapterId || item.vid === json.tabs1ChapterList.currentChapterId) {
this.setData({ latestVideo: item }) this.setData({ latestVideo: item })
break break
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论