doum
19 小时以前 9165549d1d7cd88962c2acd4944c0d7dfcb96e88
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}