Explorar el Código

feature: 去掉无效打印

332777428@qq.com hace 6 meses
padre
commit
fa4202d8f8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      pages/index/index.js

+ 0 - 2
pages/index/index.js

@@ -706,12 +706,10 @@ Page({
     };
 
     ///删除当前设备
-    console.log("gasdfqwerqwerqrq==11===" + deviceList.length);
     var deviceId = deviceList[index].deviceId;
     deviceList = deviceList.filter((item, i) => {
       return deviceId !== item.deviceId;
     });
-    console.log("gasdfqwerqwerqrq==222===" + deviceList.length);
     store.setStore("deviceList", deviceList);
 
     var indexPage = that.data.indexPage;