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