Commit 9b45791f by libai

测试

parent b990606c
Showing with 3 additions and 1 deletions
...@@ -1471,7 +1471,9 @@ $(function () { ...@@ -1471,7 +1471,9 @@ $(function () {
$("body").on("click ",function(){ $("body").on("click ",function(){
if(mutedOk==false)return; if(mutedOk==false)return;
mutedOk=false mutedOk=false
$("#videoElement").play() $("#videoElement").prop('muted', false)
var myVideoGo=document.getElementById(videoElement)
myVideoGo.play()
}) })
......
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 sign in to comment