فهرست منبع

手机首页计数器样式修改

gaoxm 7 سال پیش
والد
کامیت
5dec43251f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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])