lsc 1 год назад
Родитель
Сommit
3fa0e11e27
2 измененных файлов с 6 добавлено и 5 удалено
  1. 2 1
      src/components/easy2/studyStudent.vue
  2. 4 4
      src/components/studyStudent.vue

+ 2 - 1
src/components/easy2/studyStudent.vue

@@ -15427,7 +15427,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) {

+ 4 - 4
src/components/studyStudent.vue

@@ -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
@@ -573,12 +572,12 @@
               class="vedioBox"
               :style="{borderRadius:(vChapterData[taskCount].length == 0 && fileC[taskCount].length == 0) ? '0 0 20px 20px' : '20px'}"
               v-if="
-                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                (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]
+                  .toolChoose[0].tool.length > 0) || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                     .taskDetail != '')
               "
             >
@@ -14519,7 +14518,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) {