liukangdong
2025-02-24 9a66d3a382406eda71b09ed06ddb5d4a0dc95989
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}