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