Переглянути джерело

feature: 去掉无效打印

332777428@qq.com 6 місяців тому
батько
коміт
fa4202d8f8
1 змінених файлів з 0 додано та 2 видалено
  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;