@@ -434,7 +434,7 @@ function alterConnect(device, deviceId, callback = () => {}, fail = () => {}) {
}
console.log("xxxx2")
console.log(deviceId)
- var data = bluetoothDeviceConfig(device).alterConnect(device, deviceId);
+ var data = bluetoothDeviceConfig(device).alterConnect(device, deviceId);
setTimeout(()=>{
writeData(device, deviceId, data, callback, fail);
},3000)
@@ -88,7 +88,7 @@ export default {
// 判断车辆是否在线状态 true 在线调用接口 不在线提示连接蓝牙
if (this.carOnline) {
if (this.cmdType == 'turnOnOrOff') {
- const switchType = (this.contrilList.find(item => item.isTurnOn).isTurnOn == 1) ? 0 : 1
+ const switchType = this.contrilList.find(item => item.isTurnOn).isTurnOn
const pData = {
car_sn: car_info.car_sn,
switch: switchType