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