Kaynağa Gözat

feature: 删除无效打印

332777428@qq.com 4 ay önce
ebeveyn
işleme
d0bb8dd2aa
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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;