丸子 il y a 8 mois
Parent
commit
d600120270
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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 targetProgresses = [10, 50, 100]
-
+// PPT
 const totalPages = ref(1)
 const currentPage = ref(1)
 
@@ -134,7 +134,6 @@ const saveProgress = throttle(async (progress, currentTime) => {
         timestamp: Date.now()
       })
     )
-
     // 保存视频进度接口
     await saveRecord({
       brpNjId: globalState.getGradeId(),