|
|
@@ -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(),
|