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