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