|
|
@@ -781,7 +781,7 @@
|
|
|
// title: '停止蓝牙搜索',
|
|
|
// duration: 2000
|
|
|
// })
|
|
|
- if (this.get_Bluetooth_Bevice == true) {
|
|
|
+ if (this.get_Bluetooth_Bevice == true || this.device_code) {
|
|
|
this.createBLEConnection()
|
|
|
} else {
|
|
|
this.get_room()
|
|
|
@@ -1016,7 +1016,7 @@
|
|
|
|
|
|
uni.showToast({
|
|
|
icon: 'none',
|
|
|
- title: '需要启动请点【开启设备】开关',
|
|
|
+ title: '需要启动,请点【开启设备】开关',
|
|
|
duration: 3000
|
|
|
})
|
|
|
|