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