MrShi
3 天以前 ae63493e4767c91d0e28cc5368138c00833d096a
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}