Commit 6412fb23 by libai

测试

parent c04de364
Showing with 1 additions and 1 deletions
...@@ -1474,7 +1474,7 @@ $(function () { ...@@ -1474,7 +1474,7 @@ $(function () {
$("#videoElement").prop('muted', false) $("#videoElement").prop('muted', false)
flvPlayer.play() flvPlayer.play()
}) })
$("window").on("scroll",function(){ $(window).on("scroll",function(){
if(mutedOk==false)return; if(mutedOk==false)return;
mutedOk=false mutedOk=false
$("#videoElement").prop('muted', false) $("#videoElement").prop('muted', false)
......
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