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