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 = () => {