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