Commit 808025bd authored by 沈翠玲's avatar 沈翠玲

首页修改

parent 7de694d9
......@@ -19,7 +19,7 @@
});
const numberFormat = (number) => {
if (!number || isNaN(Number(number))) {
return '--';
return '0';
}
const num = Number(number);
if (num > 100000000) {
......
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