Commit 8088b749 by doszhang

dos

parent 3f31ab9c
...@@ -61,7 +61,6 @@ preloadimages(preloadImageList, function () { ...@@ -61,7 +61,6 @@ preloadimages(preloadImageList, function () {
$('#music')[0].play(); $('#music')[0].play();
if (browser.versions.weixin) { if (browser.versions.weixin) {
let musicTime = setInterval(function () { let musicTime = setInterval(function () {
alert($('#music')[0].currentTime);
if ($('#music')[0].currentTime > 0) { if ($('#music')[0].currentTime > 0) {
$('.loading-page').fadeOut(); $('.loading-page').fadeOut();
$('.home-page').fadeIn(300); $('.home-page').fadeIn(300);
......
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