丸子 8 miesięcy temu
rodzic
commit
d600120270
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/components/videopage/VideoPlayer.vue

+ 1 - 2
src/components/videopage/VideoPlayer.vue

@@ -106,7 +106,7 @@ const THROTTLE_TIME = 3000
 const lastPlayProgress = ref(0)
 const lastPlayProgress = ref(0)
 // 定义进度数组
 // 定义进度数组
 const targetProgresses = [10, 50, 100]
 const targetProgresses = [10, 50, 100]
-
+// PPT
 const totalPages = ref(1)
 const totalPages = ref(1)
 const currentPage = ref(1)
 const currentPage = ref(1)
 
 
@@ -134,7 +134,6 @@ const saveProgress = throttle(async (progress, currentTime) => {
         timestamp: Date.now()
         timestamp: Date.now()
       })
       })
     )
     )
-
     // 保存视频进度接口
     // 保存视频进度接口
     await saveRecord({
     await saveRecord({
       brpNjId: globalState.getGradeId(),
       brpNjId: globalState.getGradeId(),