فهرست منبع

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;