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