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