canghailong пре 6 месеци
родитељ
комит
e8bc07bd97
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/student/classCentre/index.vue

+ 1 - 1
src/views/student/classCentre/index.vue

@@ -268,7 +268,7 @@
 	const videoObj = computed(() => {
 		return {
 			initialtime: initialtime.value,
-			currentTime: videoRef.value?.currentTime
+			currentTime: currTime.value
 		}
 	})
 	const videoStart = () => {