From f0cf14e84c9e300ecf47b994bf05a31ab5029f30 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 19 Mar 2020 15:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=9C=89=E6=95=88=E6=97=B6?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5fb87cc0f..5b3f97ee1 100644 --- a/public/react/src/modules/courses/Video/video-play/index.jsx +++ b/public/react/src/modules/courses/Video/video-play/index.jsx @@ -122,6 +122,7 @@ export default ({ src, videoId, logWatchHistory, courseId = null }) => { initLog = false isLoging = false isSeeking = false + pos = [] //有效时长重新累计,算新的一遍 }, true) }