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