|
@@ -29,7 +29,6 @@ function addBlueDevice(device) {
|
|
|
clientType: device.clientType || device.ProdModel,
|
|
|
imageUrl: device.imageUrl,
|
|
|
});
|
|
|
- console.log("dafdafasdfasdfa==gggg==" + finalList.length);
|
|
|
return finalList;
|
|
|
};
|
|
|
|
|
@@ -55,7 +54,6 @@ function updateDeviceList(list, isInit, closeAllBlue) {
|
|
|
return [];
|
|
|
}
|
|
|
|
|
|
- console.log("dafdafasdfasdfa==9999==" + list.length);
|
|
|
const app = getApp();
|
|
|
var finalList = [];
|
|
|
if (isInit) {
|