Commit 76367f44 authored by liujiangnan's avatar liujiangnan

debug

parent ef38bd4c
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class='title sub-title' id='title2'></div> <div class='title sub-title' id='title2'></div>
</div> </div>
<div class="video-container"> <div class="video-container">
<video id="video" class="video" src="" muted></video> <video id="video" class="video" src=""></video>
</div> </div>
<div class="page-bar" style="position: absolute; bottom: 0.5rem; z-index: 99; left: 8.0rem;"> <div class="page-bar" style="position: absolute; bottom: 0.5rem; z-index: 99; left: 8.0rem;">
......
...@@ -134,8 +134,9 @@ class PlayView { ...@@ -134,8 +134,9 @@ class PlayView {
$("#video").attr('src', videoArr[this.curIndex]) ; $("#video").attr('src', videoArr[this.curIndex]) ;
const video = $("#video")[0]; const video = $("#video")[0];
video.play(); setTimeout(() => {
video.muted = false; video.play();
}, 2000);
_this.refreshBtnStatus(); _this.refreshBtnStatus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment