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