任务修改

This commit is contained in:
GaoHao
2024-12-21 18:26:35 +08:00
parent cfde959d35
commit 4c8c89a844
4 changed files with 47 additions and 145 deletions

View File

@@ -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);