Commit cd30772d by doszhang

dos

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