mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改格式化方法
This commit is contained in:
@@ -423,7 +423,7 @@ export function formatUserNumber(num) {
|
|||||||
rsNum=Math.round((num)/10000)*10000;
|
rsNum=Math.round((num)/10000)*10000;
|
||||||
return rsNum+'+';
|
return rsNum+'+';
|
||||||
}
|
}
|
||||||
return 0;
|
return num;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user