瀏覽代碼

feature: 删除无效打印

332777428@qq.com 4 月之前
父節點
當前提交
d0bb8dd2aa
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      utils/lexin/message.js

+ 0 - 3
utils/lexin/message.js

@@ -67,12 +67,9 @@ function getDeviceInfo(payloads) {
           ///猫王妙播音响·X4 (BZK)
           ///设置图片
           var classifyProducts = app.globalData.classifyProducts;
-          console.log("sdfasdfa==00==" + classifyProducts.length);
           if (!strings.isEmpty(classifyProducts)) {
             for (var i = 0; i < classifyProducts.length; i++) {
               var productItem = classifyProducts[i];
-              console.log("sdfasdfa==111==" + productItem.clientType);
-              console.log("sdfasdfa==222==" + ProdModel);
               if (productItem.clientType == ProdModel) {
                 device.devName = productItem.name;
                 device.imageUrl = productItem.img;