650/670增加关闭探测功能,删除一些跟供应商调试的页面
This commit is contained in:
@ -141,7 +141,6 @@
|
||||
},
|
||||
onHide: function() {
|
||||
ble.StopSearch();
|
||||
|
||||
},
|
||||
|
||||
onUnload() {
|
||||
@ -173,11 +172,11 @@
|
||||
|
||||
}
|
||||
}
|
||||
console.log("equip=", these.EquipMents)
|
||||
// console.log("equip=", these.EquipMents)
|
||||
}, pagePath);
|
||||
// console.log("addEquip")
|
||||
ble.addReceiveCallback((receivData, f, path, arr) => {
|
||||
if (f.macAddress) {
|
||||
if (f.macAddress && these.device) {
|
||||
showLoading(these, {
|
||||
text: '正在验证设备'
|
||||
});
|
||||
@ -200,7 +199,7 @@
|
||||
onShow: function() {
|
||||
|
||||
|
||||
this.EquipMents = [];
|
||||
// this.EquipMents = [];
|
||||
this.PairEquip = [];
|
||||
ble && ble.StartSearch().catch((ex) => {
|
||||
if (ex.code == 10001) {
|
||||
|
||||
Reference in New Issue
Block a user