Commit c0f04726 by doszhang

dos

parent 1bd5eb9c
......@@ -454,7 +454,7 @@ function countDown(callback) {
let countdown = 3;
let timer;
countDownCtx.fillStyle = bgColor;
countDownCtx.fillStyle = '#000';
timer = setInterval(function () {
$('.countdown-num').text(countdown).addClass('animate');
angle = ((angle * 10) - 36) / 10;
......
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