소스 검색

首页悬浮

gaoxm 7 년 전
부모
커밋
797aa9bec0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/main/count/Item.vue

+ 1 - 0
components/main/count/Item.vue

@@ -30,6 +30,7 @@
     methods: {
       formatNumber (num) {
 //        let re = /(\d+)(\d{3})/
+        console.log(1111111)
         if (num > 99999999) {
           this.isShow = true
           let str2 = num.toString()