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