lex hai 1 ano
pai
achega
9d5e2fc597
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -523,7 +523,7 @@ export default defineComponent({
       for (let i = 0; i < data.itemList.length; i++) {
         const activeItem = data.itemList[i]
         if (activeItem.type === 'VIDEO') {
-          activeItem.videoEle?.currentTime(0)
+          // activeItem.videoEle?.currentTime(0)
           activeItem.videoEle?.pause()
           // activeItem.videoEle?.stop()
         }