jiangping
2025-04-28 8470e06b5ce5189162f9f6cd3f2cea7d14ad80af
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}