Browse Source

课件播放,快速切换,重置为开始时问题

liushengqiang 2 years ago
parent
commit
26773fcff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/subpages/colexiu/buttons/player.tsx

+ 1 - 1
src/subpages/colexiu/buttons/player.tsx

@@ -31,7 +31,7 @@ export default defineComponent({
           RuntimeUtils.setPlayState()
         }
         RuntimeUtils.stopTick()
-        reset()
+        RuntimeUtils.setCurrentTime(0)
       }
     }