jiangping
2024-12-17 e58253672e2767831fc8be0ac248296d6af50e29
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}