소스 검색

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;