Explorar el Código

去除充电桩监控默认加载

yinzhipeng hace 4 años
padre
commit
3ee8d64be6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      pages/ucenter/chargpilemonitor/chargpilemonitor.js

+ 3 - 1
pages/ucenter/chargpilemonitor/chargpilemonitor.js

@@ -15,7 +15,9 @@ Page({
     showTop: true,
     scrollTop: 0
   },
-  onLoad(e) {
+  onLoad(e) {},
+  //20201207去掉默认加载监控充电桩数据
+  onLoad_bak(e) {
     wx.showLoading({
       title: '加载中',
       mask: true