From e291072acaab6ef3a32b3468916c0513599aa171 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 19 Mar 2020 21:05:34 +0800 Subject: [PATCH] fix --- public/react/src/modules/courses/Video/video-play/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/courses/Video/video-play/index.jsx b/public/react/src/modules/courses/Video/video-play/index.jsx index 5b3f97ee1..62e68d99e 100644 --- a/public/react/src/modules/courses/Video/video-play/index.jsx +++ b/public/react/src/modules/courses/Video/video-play/index.jsx @@ -123,6 +123,7 @@ export default ({ src, videoId, logWatchHistory, courseId = null }) => { isLoging = false isSeeking = false pos = [] //有效时长重新累计,算新的一遍 + this.sumTimePlayed = 0 }, true) }