Commit a4a0a4c0 by libai

测试

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