jiangping
2025-06-11 ee23b6732074f65aebc4ef57b0b0c781dbe575d8
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}