Commit d6354a85 by doszhang

dos

parent 50e29eb1
...@@ -60,7 +60,7 @@ preloadimages(preloadImageList, function () { ...@@ -60,7 +60,7 @@ preloadimages(preloadImageList, function () {
// }) // })
if (browser.versions.weixin) { if (browser.versions.weixin) {
let musicTime = setInterval(function () { let musicTime = setInterval(function () {
alert('load'); 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