Commit 199805b0 by doszhang

dos

parent 381e8c67
...@@ -67,18 +67,20 @@ let noInfo = { ...@@ -67,18 +67,20 @@ let noInfo = {
let createPosterLock = false; let createPosterLock = false;
$('.loading-page').show();
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
if (browser.versions.weixin) { if (browser.versions.weixin) {
let musicTime = setInterval(function () { let musicTime = setInterval(function () {
if ($('#music')[0].currentTime > 0) { if ($('#music')[0].currentTime > 0) {
initPage(); initPage();
$('.loading-page').hide();
$('.page1').show(); $('.page1').show();
clearInterval(musicTime); clearInterval(musicTime);
} }
}, 100); }, 100);
} else { } else {
initPage(); initPage();
$('.loading-page').hide();
$('.page1').show(); $('.page1').show();
} }
......
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