jiangping
2024-11-19 97a2cd43e3c8137ec896215062efe50bea3c82f5
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}