jiangping
2025-01-13 cc0d840070c24ceb20180a41f0323bdc0ee03347
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}