ll
liukangdong
2024-11-29 cb0f941c9c554403c5b75cd27d642683eba8b675
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}