mirror of https://github.com/rocboss/paopao-ce
2 lines
93 B
2 lines
93 B
1 year ago
|
const t=e=>e>=1e3?(e/1e3).toFixed(1)+"千":e>=1e4?(e/1e4).toFixed(1)+"万":e;export{t as p};
|