Commit c45a20ab by doszhang

Update common.js

parent cfe921c3
......@@ -89,9 +89,9 @@ preloadimages(preloadImageList, function () {
initPage();
$('.loading-page').hide();
$('.page1').show();
if (timestamp > 1584720000) {
$('.end-page').show();
}
// if (timestamp > 1584720000) {
// $('.end-page').show();
// }
clearInterval(musicTime);
}
}, 100);
......@@ -99,9 +99,9 @@ preloadimages(preloadImageList, function () {
initPage();
$('.loading-page').hide();
$('.page1').show();
if (timestamp > 1584720000) {
$('.end-page').show();
}
// if (timestamp > 1584720000) {
// $('.end-page').show();
// }
}
}
}, 60);
......
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