Pārlūkot izejas kodu

Merge branch 'iteration-temp-http' into staging

lex-xin 8 mēneši atpakaļ
vecāks
revīzija
092c19e320
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/views/coursewarePlay/coursewarePlay.vue

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

@@ -304,6 +304,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