liukangdong
2025-02-25 72eb10bf4d3477a9b042da2145408151e0946ee4
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}