MrShi
16 小时以前 9f8abe86e6b7fc16a513c49e40a37dd8fff6dc39
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}