Browse Source

首页悬浮

gaoxm 7 years ago
parent
commit
797aa9bec0
1 changed files with 1 additions and 0 deletions
  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()