jiangping
2025-01-07 41d11d9db46ccd44163860f6be6bfd2137aff369
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}