Commit a0e16ade by doszhang

dos

parent 18f7ac62
...@@ -327,7 +327,7 @@ function countDown() { ...@@ -327,7 +327,7 @@ function countDown() {
countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill(); countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill();
console.log(angle); console.log(angle);
if (angle <= 0) { if (angle >= 0) {
clearInterval(timer); clearInterval(timer);
} }
}, 100); }, 100);
......
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