|
@@ -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;
|