Commit 0ad75316 by doszhang

dos

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