|
@@ -60,7 +60,7 @@ export default {
|
|
|
},
|
|
|
fail() {
|
|
|
// 失败取消连接
|
|
|
- $this.cancelConnect();
|
|
|
+ $this.setDeviceStatus(3);
|
|
|
},
|
|
|
});
|
|
|
} else {
|
|
@@ -127,6 +127,7 @@ export default {
|
|
|
});
|
|
|
} catch (e) {
|
|
|
console.log("打开蓝牙error", e);
|
|
|
+ $this.setDeviceStatus(3);
|
|
|
}
|
|
|
},
|
|
|
/**
|
|
@@ -159,6 +160,8 @@ export default {
|
|
|
WechatLog.info("脑机蓝牙连接成功:", $this.code);
|
|
|
},
|
|
|
fail(err) {
|
|
|
+ //连接脑机蓝牙失败
|
|
|
+ $this.setDeviceStatus(3);
|
|
|
console.log(err);
|
|
|
},
|
|
|
});
|