Browse Source

合并打包

lex 1 năm trước cách đây
mục cha
commit
10108a7298
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/coursewarePlay/component/video-play.tsx

+ 1 - 1
src/views/coursewarePlay/component/video-play.tsx

@@ -246,7 +246,7 @@ export default defineComponent({
       clearTimeout(videoErrorTimer)
       nextTick(() => {
         videoErrorTimer = setTimeout(() => {
-          videoItem.value.src = props.item?.content
+          videoItem.value.src(props.item?.content)
           emit('play')
           videoItem.value.load()
           // eslint-disable-next-line @typescript-eslint/no-unused-vars