Эх сурвалжийг харах

手机首页计数器样式修改

gaoxm 7 жил өмнө
parent
commit
5dec43251f

+ 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])