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