Przeglądaj źródła

Update coursewarePlay.vue

lex-xin 8 miesięcy temu
rodzic
commit
0c7ab7a42c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/coursewarePlay/coursewarePlay.vue

+ 1 - 0
src/views/coursewarePlay/coursewarePlay.vue

@@ -189,6 +189,7 @@ const songPlaySrc = computed<string>(() => {
 //    console.log(fileType.value, isTempAutoPlay.value, "isTempAutoPlay")
 //    return (fileType.value === "VIDEO" && activeCourseware.value?.phaseGoals) || isTempAutoPlay.value ? false : true
 // })
+
 const activeCoursewareIndex = ref(0)
 const drawerShow = ref(false)
 const drawerMenuShow = ref(false)