|
@@ -230,7 +230,6 @@
|
|
|
.chapterData.length == 0 &&
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool.length == 0 &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].video.length == 0 &&
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.taskDetail == '' &&
|
|
|
!chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList
|
|
@@ -581,12 +580,9 @@
|
|
|
v-if="
|
|
|
(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length > 0) ||
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .taskDetail != ''
|
|
|
+ .toolChoose[0].tool.length > 0) || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .taskDetail != '')
|
|
|
"
|
|
|
>
|
|
|
<div
|
|
@@ -14538,7 +14534,8 @@ export default {
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api + "selectCourseSLook", params)
|
|
|
.then((res) => {
|
|
|
- this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
|
|
|
+ // this.sIsOpen = res.data[0][0].sopen == 1 ? false : true;
|
|
|
+ this.sIsOpen = true;
|
|
|
this.IsLookOpen = res.data[0][0].look == 1 ? false : true;
|
|
|
this.IsFollow = res.data[0][0].follow == 1 ? false : true;
|
|
|
if (!this.IsLookOpen) {
|