蓝牙添加连接、断开、可用、不可用控制
This commit is contained in:
@ -458,7 +458,7 @@
|
||||
}
|
||||
console.log("111111",this.deviceId);
|
||||
console.log("ble==null,",ble)
|
||||
ble && ble.DropDevice(this.deviceId.id);
|
||||
ble && ble.DropDevice(null,this.deviceId.id);
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
|
||||
Reference in New Issue
Block a user