Commit 0ad75316 by doszhang

dos

parent f73cc687
......@@ -320,7 +320,7 @@ function showCountDownPage() {
function countDown() {
let angle = 360;
let Timer;
countDownCtx.fillStyle = '#000';
countDownCtx.fillStyle = bgColor;
countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle).fill();
// setInterval(function () {
// // angle += 3.6;
......
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