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