提交 eada8fb6 编写于 作者: huangwensu's avatar huangwensu

单位改为大写

上级 2788cdba
...@@ -34,9 +34,9 @@ export default { ...@@ -34,9 +34,9 @@ export default {
computed: { computed: {
newStudyNum: function() { newStudyNum: function() {
if(this.studyNum > 1000 && this.studyNum < 10000) { if(this.studyNum > 1000 && this.studyNum < 10000) {
return (this.studyNum / 1000 + 'k'); return (this.studyNum / 1000 + 'K');
}else if(this.studyNum > 10000) { }else if(this.studyNum > 10000) {
return (this.studyNum / 10000 + 'w'); return (this.studyNum / 10000 + 'W');
}else { }else {
return this.studyNum; return this.studyNum;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册