canghailong 6 tháng trước cách đây
mục cha
commit
e8bc07bd97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = () => {