Browse Source

手机首页计数器样式修改

gaoxm 7 năm trước cách đây
mục cha
commit
5dec43251f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      components/mobile/common/StatisticsMobile.vue

+ 0 - 1
components/mobile/common/StatisticsMobile.vue

@@ -77,7 +77,6 @@
         return num
       },
       formatDouble (num) {
-        console.log(11)
         if (num.toString().indexOf('E') !== -1) {
           let arr = num.toString().split('E')
           num = arr[0] * Math.pow(10, arr[1])