任务修改
This commit is contained in:
@@ -520,7 +520,6 @@
|
||||
this.wHeight = sysInfo.screenHeight
|
||||
this.boxStyle.height = this.wHeight + 5;
|
||||
// 记录跳转过来的视频总id跟单集id
|
||||
console.log(e)
|
||||
if (e.id) {
|
||||
this.courseId = e.id;
|
||||
if (e.courseDetailsId && e.courseDetailsId != 'null') {
|
||||
@@ -595,6 +594,7 @@
|
||||
|
||||
},
|
||||
appear(e, index) {
|
||||
this.courseDetailsId = e;
|
||||
// 清除已经设置的定时器
|
||||
clearTimeout(this.appearTimeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user