jiangping
2024-12-20 53b6400ec10c8ca61ccec91c82c358d2488eead8
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}