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