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