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