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