Commit ef38bd4c authored by Chen Jiping's avatar Chen Jiping

feat:解决视频无声音的问题

parent 73732f95
...@@ -135,6 +135,7 @@ class PlayView { ...@@ -135,6 +135,7 @@ class PlayView {
const video = $("#video")[0]; const video = $("#video")[0];
video.play(); video.play();
video.muted = false;
_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