Commit a2816ff9 by doszhang

dos

parent e4bb5ab3
...@@ -309,13 +309,14 @@ function showCountDownPage() { ...@@ -309,13 +309,14 @@ function showCountDownPage() {
} }
$('.countdown-page').css('background', bgColor); $('.countdown-page').css('background', bgColor);
countDown(function () {
$('.countdown-page').fadeOut(300);
});
$('.countdown-page').show(); $('.countdown-page').show();
$('.suggest-page .suggest-wrap').addClass('animate'); $('.suggest-page .suggest-wrap').addClass('animate');
setTimeout(function () { setTimeout(function () {
$('.suggest-page').fadeOut(300); $('.suggest-page').fadeOut(300);
countDown(function () {
$('.countdown-page').fadeOut(300);
});
}, 500); }, 500);
} }
......
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