Commit a4a0a4c0 by libai

测试

parent 19da1133
Showing with 5 additions and 4 deletions
...@@ -683,13 +683,14 @@ $(function(){ ...@@ -683,13 +683,14 @@ $(function(){
} }
}) })
$("body").on("click",function(){ $("body").on("click",function(){
if(soundOk==true)return; if(soundOk==true)return;
soundOk=true soundOk=true
$(".sound-btn").attr("data-type","0") $(".sound-btn").attr("data-type","1")
$(".sound-btn").attr("src","images/sound-no.png") $(".sound-btn").attr("src","images/sound-yes.png")
$(".video-box video").prop("muted",true) $(".video-box video").prop("muted",false)
}) })
}) })
giftList(1) giftList(1)
......
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