liuwei 2 weeks ago
parent
commit
54dd7b667f
3 changed files with 4 additions and 4 deletions
  1. 2 2
      common/bluetooth/ZXCar.js
  2. 1 1
      pages/index/components/control/control.vue
  3. 1 1
      pages/index/index.vue

+ 2 - 2
common/bluetooth/ZXCar.js

@@ -43,7 +43,7 @@ function isDevice(device, data) {
 		//判断是否是智寻的蓝牙
 	const result = data.name.startsWith("ZX");
 	// if (data.name === "865416038002201") {
-	// if (data.name === "ZX2503140000000") {
+	// if (data.name === "ZX2503150000000") {
 	if (result) {
 		return true
 	}
@@ -109,7 +109,7 @@ function readData(device, value, data) {
 	// console.log(value, 'test1111');
 	var test = new Uint8Array(value);
 	const normalArray = Array.from(test); // 或 [...uint8Array]
-	// console.log(normalArray,'normalArray---------------');
+	console.log(normalArray,'normalArray---------------');
 	// console.log(normalArray,currentCommandIndex-1,commands[currentCommandIndex],commands[currentCommandIndex-1], 'value**************************');
 	if((normalArray[0]==0x00) && (normalArray[1]==0x01) && normalArray.length==2){
 		switch (normalArray[1]) {

+ 1 - 1
pages/index/components/control/control.vue

@@ -86,7 +86,7 @@ export default {
 			popupShow:false,
 			controlType:null,//选择的车辆控制
 			isShowMore:false,
-			car_line:true
+			car_line:false
 		};
     },
 	mounted() {

+ 1 - 1
pages/index/index.vue

@@ -83,7 +83,7 @@
 					<view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
 					<view class="flex-row config-text-view">
 						<view  class="flex-row font_w_600">{{$t("设备信息")}}</view>
-						<view class="flex-row tip-text-config">{{$t("软件版本") + (firmware.firmware||'')}}</view>
+						<view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
 					</view>
 					<img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
 				</view>