ll
liukangdong
2024-11-14 9bfd32ac0781b51d2b8479b91a9754f18060fcb9
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}