From 1765100a56196f301de508a82f7f9fe4a57122b7 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Thu, 19 Dec 2024 21:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/YNEduApp/learn/learn.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pages/YNEduApp/learn/learn.vue b/pages/YNEduApp/learn/learn.vue index 36a9615..3ad9505 100644 --- a/pages/YNEduApp/learn/learn.vue +++ b/pages/YNEduApp/learn/learn.vue @@ -5,12 +5,9 @@ id="myVideo" :src="path" :initial-time="studyDuration" - :show-progress="true" - :enable-progress-gesture="false" @error="videoErrorCallback" @timeupdate="videoTimeUpdate" - :controls="true" - :autoplay="true" + controls /> @@ -233,15 +230,15 @@ export default {