소스 검색

Merge branch 'iteration-temp-http' into staging

lex-xin 8 달 전
부모
커밋
092c19e320
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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