Explorar el Código

Update coursewarePlay.vue

lex-xin hace 8 meses
padre
commit
2bbab39dfa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/coursewarePlay/coursewarePlay.vue

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

@@ -305,6 +305,8 @@ function filterPointList(pointList: any[], parentData?: { ids: string[]; name: s
    })
 }
 function handleChangeCourseware(index: -1 | 1) {
+   handleVideoPause()
+   handleSongPause()
    const newIndex = index + activeCoursewareIndex.value
    if (newIndex < 0 || newIndex > flattenCoursewareList.value.length - 1) {
       return