Commit c45a20ab by doszhang

Update common.js

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