Commit 34444061 by lixinming

no message

parent 09e09964
...@@ -304,7 +304,7 @@ function getChartStepNumber(number) { ...@@ -304,7 +304,7 @@ function getChartStepNumber(number) {
for (let i = 1; i < lenth; i++) { for (let i = 1; i < lenth; i++) {
count = count * 10; count = count * 10;
} }
return number + count - (number % count) return number + ( count - (number % count) );
} }
//字符模板 //字符模板
......
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 to comment