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