|
@@ -121,7 +121,7 @@ Page({
|
|
that.addConnectBlueDevice(connectDevice);
|
|
that.addConnectBlueDevice(connectDevice);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- } else {}
|
|
|
|
|
|
+ } else { }
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -680,7 +680,7 @@ Page({
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- if (item.connect != "1") {
|
|
|
|
|
|
+ if (item.connectType != "1") {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
///去蓝牙连接处理
|
|
///去蓝牙连接处理
|