浏览代码

修改扫码识别问题

caojunjie 4 年之前
父节点
当前提交
3934bd095a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/home/scancode/index.vue
  2. 1 1
      pages/home/scancode/scancodeout.vue

+ 1 - 1
pages/home/scancode/index.vue

@@ -434,7 +434,7 @@
 							data: {
 								storeId: this.$store.state.storeInfo.storeId,
 								userId: this.$store.state.storeInfo.userId,
-								tyreNum: this.number_a,
+								tyreNum: val,
 								scanType: 1,
 								scanWay: 0,
 								longitude: this.degree.x,

+ 1 - 1
pages/home/scancode/scancodeout.vue

@@ -434,7 +434,7 @@
 							data: {
 								storeId: this.$store.state.storeInfo.storeId,
 								userId: this.$store.state.storeInfo.userId,
-								tyreNum: this.number_s,
+								tyreNum: val,
 								scanType: 2,
 								scanWay: 1,
 								longitude: this.degree.x,