Commit f73cc687 by doszhang

dos

parent 0ac6ee86
...@@ -321,10 +321,11 @@ function countDown() { ...@@ -321,10 +321,11 @@ function countDown() {
let angle = 360; let angle = 360;
let Timer; let Timer;
countDownCtx.fillStyle = '#000'; countDownCtx.fillStyle = '#000';
setInterval(function () { countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle).fill();
angle += 3.6; // setInterval(function () {
countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle).fill(); // // angle += 3.6;
}, 10);
// }, 10);
} }
function agreeSuggest() { function agreeSuggest() {
......
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