Commit 199805b0 by doszhang

dos

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