|
@@ -142,10 +142,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="body_student" :class="{ navLeftCss: !mlDialog }">
|
|
<div class="body_student" :class="{ navLeftCss: !mlDialog }">
|
|
<div class="new_topFixed"></div>
|
|
<div class="new_topFixed"></div>
|
|
- <div
|
|
|
|
- class="new_top"
|
|
|
|
- :class="{ navLeftCss: !mlDialog }"
|
|
|
|
- >
|
|
|
|
|
|
+ <div class="new_top" :class="{ navLeftCss: !mlDialog }">
|
|
<div class="courseIndex">
|
|
<div class="courseIndex">
|
|
<div>任务{{ taskCount + 1 }}</div>
|
|
<div>任务{{ taskCount + 1 }}</div>
|
|
<el-tooltip
|
|
<el-tooltip
|
|
@@ -653,18 +650,18 @@
|
|
class="vedioBox"
|
|
class="vedioBox"
|
|
:style="{
|
|
:style="{
|
|
borderRadius:
|
|
borderRadius:
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
- .taskDetail == '' &&
|
|
|
|
- vChapterData[taskCount].length == 0 &&
|
|
|
|
- fileC[taskCount].length == 0
|
|
|
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
+ .taskDetail == '' &&
|
|
|
|
+ vChapterData[taskCount].length == 0 &&
|
|
|
|
+ fileC[taskCount].length == 0
|
|
? '0 0 20px 20px'
|
|
? '0 0 20px 20px'
|
|
: '20px',
|
|
: '20px',
|
|
}"
|
|
}"
|
|
v-if="
|
|
v-if="
|
|
- (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
.toolChoose[0].tool &&
|
|
.toolChoose[0].tool &&
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
- .toolChoose[0].tool.length > 0)
|
|
|
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
+ .toolChoose[0].tool.length > 0
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<div
|
|
<div
|
|
@@ -6336,14 +6333,16 @@
|
|
"
|
|
"
|
|
:style="{
|
|
:style="{
|
|
borderRadius:
|
|
borderRadius:
|
|
- !(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
- .toolChoose[0].tool &&
|
|
|
|
|
|
+ !(
|
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
+ .toolChoose[0].tool &&
|
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
+ .toolChoose[0].tool.length > 0
|
|
|
|
+ ) &&
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
- .toolChoose[0].tool.length > 0) &&
|
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
|
- .taskDetail == '' &&
|
|
|
|
- vChapterData[taskCount].length == 0 &&
|
|
|
|
- fileC[taskCount].length == 0
|
|
|
|
|
|
+ .taskDetail == '' &&
|
|
|
|
+ vChapterData[taskCount].length == 0 &&
|
|
|
|
+ fileC[taskCount].length == 0
|
|
? '0 0 20px 20px'
|
|
? '0 0 20px 20px'
|
|
: '20px',
|
|
: '20px',
|
|
}"
|
|
}"
|
|
@@ -7020,7 +7019,7 @@
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
class="vedioBox"
|
|
class="vedioBox"
|
|
- style="margin-top: 10px;border-radius:20px"
|
|
|
|
|
|
+ style="margin-top: 10px; border-radius: 20px"
|
|
v-if="
|
|
v-if="
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
.eList &&
|
|
.eList &&
|
|
@@ -14037,7 +14036,12 @@ export default {
|
|
this.$message.error("已经开启跟随模式,请认真跟堂听讲");
|
|
this.$message.error("已经开启跟随模式,请认真跟堂听讲");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- this.navList[i].isOpen = !this.navList[i].isOpen;
|
|
|
|
|
|
+ for(var k=0;k<this.navList.length;k++){
|
|
|
|
+ this.navList[k].isOpen = false;
|
|
|
|
+ }
|
|
|
|
+ this.navList[i].isOpen = true;
|
|
|
|
+ // this.navList[i].isOpen = !this.navList[i].isOpen;
|
|
|
|
+ this.openTask(i, 0, i + "-0");
|
|
},
|
|
},
|
|
addQuestion() {
|
|
addQuestion() {
|
|
this.answerList.push({
|
|
this.answerList.push({
|
|
@@ -19260,7 +19264,7 @@ export default {
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
- padding:0 0 20px;
|
|
|
|
|
|
+ padding: 0 0 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.cru_line {
|
|
.cru_line {
|