修复追剧传参问题
This commit is contained in:
@@ -1222,7 +1222,7 @@
|
|||||||
let data = {
|
let data = {
|
||||||
courseId: this.courseId,
|
courseId: this.courseId,
|
||||||
classify: 1,
|
classify: 1,
|
||||||
type: this.isCollect == false ? 1 : 0
|
type: this.isCollect? 1 : 0
|
||||||
}
|
}
|
||||||
clearTimeout(this.zhuijuTimer)
|
clearTimeout(this.zhuijuTimer)
|
||||||
this.zhuijuTimer=setTimeout(()=>{
|
this.zhuijuTimer=setTimeout(()=>{
|
||||||
|
|||||||
@@ -1432,7 +1432,7 @@
|
|||||||
let data = {
|
let data = {
|
||||||
courseId: this.courseId,
|
courseId: this.courseId,
|
||||||
classify: 1,
|
classify: 1,
|
||||||
type: this.isCollect == false ? 1 : 0
|
type: this.isCollect == true ? 1 : 0
|
||||||
}
|
}
|
||||||
clearTimeout(this.zhuijuTimer)
|
clearTimeout(this.zhuijuTimer)
|
||||||
this.zhuijuTimer = setTimeout(() => {
|
this.zhuijuTimer = setTimeout(() => {
|
||||||
@@ -1637,6 +1637,7 @@
|
|||||||
} else { //直接跳转进来的
|
} else { //直接跳转进来的
|
||||||
|
|
||||||
let indexs = -1
|
let indexs = -1
|
||||||
|
courseDetailsId=courseDetailsId?courseDetailsId: res.data.current.courseDetailsId
|
||||||
if (courseDetailsId) { //从记录进来的
|
if (courseDetailsId) { //从记录进来的
|
||||||
this.meunList.map((item, index) => {
|
this.meunList.map((item, index) => {
|
||||||
if (item.courseDetailsId ==courseDetailsId) {
|
if (item.courseDetailsId ==courseDetailsId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user