Commit cd30772d by doszhang

dos

parent b65ab595
...@@ -309,7 +309,7 @@ function showCountDownPage() { ...@@ -309,7 +309,7 @@ function showCountDownPage() {
} }
$('.countdown-page').css('background', bgColor); $('.countdown-page').css('background', bgColor);
countDownCtx(); countDown();
$('.countdown-page').show(); $('.countdown-page').show();
$('.suggest-page .suggest-wrap').addClass('animate'); $('.suggest-page .suggest-wrap').addClass('animate');
setTimeout(function () { setTimeout(function () {
...@@ -317,7 +317,7 @@ function showCountDownPage() { ...@@ -317,7 +317,7 @@ function showCountDownPage() {
}, 500); }, 500);
} }
function countDownCtx() { function countDown() {
let angle = 360; let angle = 360;
let Timer; let Timer;
countDownCtx.fillStyle = '#000'; countDownCtx.fillStyle = '#000';
......
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