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