Commit 232d7666 by doszhang

dos

parent 8b8547fb
...@@ -222,7 +222,6 @@ $(document).ready(function () { ...@@ -222,7 +222,6 @@ $(document).ready(function () {
// $('.logo').css('top',getTranslateDistance(15)); // $('.logo').css('top',getTranslateDistance(15));
initPage(); initPage();
countDown(() => {});
$('.flag-list-content').attr('id', 'flag-list-content'); $('.flag-list-content').attr('id', 'flag-list-content');
colorbarLeft = $('.colorbar').offset().left; colorbarLeft = $('.colorbar').offset().left;
...@@ -468,7 +467,7 @@ function showCountDownPage() { ...@@ -468,7 +467,7 @@ function showCountDownPage() {
showPosterPage(); showPosterPage();
}, 3000); }, 3000);
}); });
}, 1000); }, 500);
} }
function countDown(callback) { function countDown(callback) {
......
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