lsc hai 1 ano
pai
achega
8ede3af879

BIN=BIN
src/assets/icon/fourthToolList/interVideo.png


+ 4 - 0
src/components/courseDetail.vue

@@ -327,6 +327,10 @@
                                 <img src="../assets/icon/fourthToolList/allHistory.png" alt />
                                 <div>深度学习</div>
                               </div>
+                              <div v-if="item3.tool == 62">
+                                <img src="../assets/icon/fourthToolList/interVideo.png" alt />
+                                <div>交互视频</div>
+                              </div>
                               <div v-if="item3.tool == undefined">
                                 <img src="../assets/icon/empytool.png" alt style="width: 64px; height: 75px" />
                               </div>

+ 5 - 0
src/components/noTerminal/studyStudent.vue

@@ -625,6 +625,11 @@
                               src="../../assets/icon/fourthToolList/allHistory.png" alt />
                             <div style="margin: 5px 0">全历史</div>
                           </div>
+                          <div v-if="tooC == 62">
+                            <img @click="addTools(tooC, toolIndex, taskCount)"
+                              src="../../assets/icon/fourthToolList/interVideo.png" alt />
+                            <div style="margin: 5px 0">交互视频</div>
+                          </div>
                         </div>
                       </div>
                     </div>

+ 13 - 1
src/components/studyStudent.vue

@@ -327,7 +327,6 @@
                         :playsinline="true"
                         :options="playerO[taskCount]"
                         @play="onPlayerPlay($event)"
-                        @timeupdate="onPlayerTimeupdate($event)"
                         style="width: 100%; height: 100%; margin: 0 0 0 30px"
                       ></video-player>
                     </div>
@@ -1041,6 +1040,14 @@
                             />
                             <div style="margin: 5px 0">全历史</div>
                           </div>
+                          <div v-if="tooC == 62">
+                            <img
+                              @click="addTools(tooC, toolIndex, taskCount)"
+                              src="../assets/icon/fourthToolList/interVideo.png"
+                              alt
+                            />
+                            <div style="margin: 5px 0">交互视频</div>
+                          </div>
                         </div>
                       </div>
                     </div>
@@ -13362,6 +13369,11 @@ export default {
         .catch(() => {});
     },
     setPz(){
+      if(this.ispzType == 4){
+        this.ispzType = 0
+        this.pzDialog = false
+        return;
+      }
       this.ispzType = 4
       this.pzDialog = true
       this.selectPz();