|
@@ -426,7 +426,7 @@
|
|
|
<div
|
|
|
class="isNoMessage"
|
|
|
v-if="
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[0]
|
|
|
.chapterData.length == 0 &&
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool.length == 0 &&
|
|
@@ -496,7 +496,7 @@
|
|
|
class="student_head"
|
|
|
v-if="vChapterData[0].length > 0 || fileC[0].length > 0"
|
|
|
>
|
|
|
- <div class="vedioTaskBox" v-loading="downLoading">
|
|
|
+ <div class="vedioTaskBox" v-loading="downLoading || showType == 7">
|
|
|
<div
|
|
|
:class="
|
|
|
contentDialog == false
|
|
@@ -12229,7 +12229,7 @@ export default {
|
|
|
commentTagShow:0,
|
|
|
timer: null,
|
|
|
opertimer: null,
|
|
|
- showType: 0,
|
|
|
+ showType: '',
|
|
|
fileType: 0,
|
|
|
showPDF: false,
|
|
|
noteName: "",
|
|
@@ -15999,7 +15999,7 @@ export default {
|
|
|
// }
|
|
|
}
|
|
|
document.scrollingElement.scrollTop = 0;
|
|
|
- this.showType = 0;
|
|
|
+ this.showType = 7;
|
|
|
this.navId = this.navList[this.courseType].task[this.taskCount].id;
|
|
|
// if (this.vedio[this.taskCount].length > 0) {
|
|
|
// var a =
|
|
@@ -16096,7 +16096,7 @@ export default {
|
|
|
}, 0)
|
|
|
})
|
|
|
}
|
|
|
- this.showType = 0;
|
|
|
+ this.showType = 7;
|
|
|
this.isNoHomeWork = false;
|
|
|
(this.studyJuri = [
|
|
|
{
|