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