From 9b813b399f7ee72841724e914c5f689f6a0c25ac Mon Sep 17 00:00:00 2001
From: huangzhe <3451701311@qq.com>
Date: Wed, 27 Aug 2025 11:21:15 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A7=86=E9=A2=91?=
=?UTF-8?q?=E6=92=AD=E6=94=BE=E7=8A=B6=E6=80=81=E6=A0=8F=E5=BC=82=E5=B8=B8?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/video-player/video-player.vue | 13 +++++++------
pages/study/courseStudy.vue | 12 +++++++-----
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/components/video-player/video-player.vue b/components/video-player/video-player.vue
index eb7b0f9..b489bfd 100644
--- a/components/video-player/video-player.vue
+++ b/components/video-player/video-player.vue
@@ -66,7 +66,7 @@
-
+
- 视频详情
+ 视频详情
@@ -498,7 +498,8 @@
scormUrl:'',
maxDuration:0, //非音频最大时长
cumulativeDuration:0, //非音频累计时长
- defaultMaxTime:1800 //非音频默认最大时间
+ defaultMaxTime:1800, //非音频默认最大时间
+ showNavbar: true
}
},
computed: {
@@ -1565,9 +1566,10 @@
});
}
},
- onFullScreen(e){
- //console.log(e,'e');
-
+ onFullScreen(screen){
+ console.log("video screen status", screen)
+ // debugger
+ this.showNavbar = !screen
},
onPlayerPause(){