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