Commit a57e49e1 by doszhang

dos

parent d692b7cb
......@@ -73,6 +73,8 @@ video = video[0];
var allowChangeTel = false;
var allowPrize = false;
var musicStatus = true;
$(document).ready(function () {
$("input").on("blur",function(){
window.scroll(0,0);//失焦后强制让页面归位
......@@ -87,12 +89,14 @@ $(document).ready(function () {
$('#music')[0].play();
$('.music.stop').hide();
$('.music.play').show();
musicStatus = false;
}
else
{
$('#music')[0].pause();
$('.music.play').hide();
$('.music.stop').show();
musicStatus = true;
}
});
......
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