修复追剧传参问题

This commit is contained in:
2025-01-06 21:45:00 +08:00
parent e425f9dafc
commit aa2e7d1ca4
2 changed files with 4 additions and 3 deletions

View File

@@ -1222,7 +1222,7 @@
let data = {
courseId: this.courseId,
classify: 1,
type: this.isCollect == false ? 1 : 0
type: this.isCollect? 1 : 0
}
clearTimeout(this.zhuijuTimer)
this.zhuijuTimer=setTimeout(()=>{