Commit f73cc687 by doszhang

dos

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