doum
昨天 70b0c325bfd26d2c231b70184175cc4b9dc22019
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}