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(){