修复追剧传参问题
This commit is contained in:
@@ -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(()=>{
|
||||
|
||||
Reference in New Issue
Block a user