You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 line
263B

  1. function i(t=0){var e;const n=t>=1e4?t/1e4:t,s=n.toString();return s.split(".")&&((e=s.split(".")[1])==null?void 0:e.length)>2?n.toFixed(2):n}function c(t=0){return t>=1e4?"<span class='unit-y'>亿</span>":"<span class='unit-w'>万</span>"}export{i as f,c as g};