jiangping
2025-03-05 92c401a032016490e73f3babe9d8ce0953e24348
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}