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