Commit b8212657 by doszhang

dos

parent 774173bb
...@@ -329,7 +329,7 @@ function countDown() { ...@@ -329,7 +329,7 @@ function countDown() {
if (angle <= 0) { if (angle <= 0) {
clearInterval(timer); clearInterval(timer);
} }
}, 10); }, 100);
} }
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