From 58440be42478480f20b691bd1e7b090f4c80a84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 30 May 2023 17:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=9C=8B=E5=AE=8C=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/video.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/course/video.tsx b/src/pages/course/video.tsx index b50d576..fe83d9a 100644 --- a/src/pages/course/video.tsx +++ b/src/pages/course/video.tsx @@ -130,8 +130,6 @@ const CoursePalyPage = () => { const initDPlayer = (playUrl: string, isTrySee: number, params: any) => { let banDrag = systemConfig.playerIsDisabledDrag && watchRef.current < totalRef.current; - console.log(watchRef.current); - console.log(totalRef.current); window.player = new window.DPlayer({ container: document.getElementById("meedu-player-container"), autoplay: false,