From 5fa1870a958994ca5e8161376d26762a7bdafbbf Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 15 Dec 2023 19:09:36 +0800
Subject: [PATCH] 公共收益、扫码逻辑修改
---
subPackage/workbench/views/cscj.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/subPackage/workbench/views/cscj.vue b/subPackage/workbench/views/cscj.vue
index 4966ddc..9492754 100644
--- a/subPackage/workbench/views/cscj.vue
+++ b/subPackage/workbench/views/cscj.vue
@@ -200,7 +200,9 @@
imageUrls: "",
placeName: "",
username: '',
- phone: ''
+ phone: '',
+ lat:'',
+ lng:''
},
rules: {
// 'buildingCode': {
@@ -397,7 +399,7 @@
},
onShow() {
this.getLabel()
- this.getLocation()
+ // this.getLocation()
},
methods: {
@@ -511,6 +513,9 @@
}
}
})
+
+
+ this.form.jwd = `${Number(data.lat).toFixed(6)},${Number(data.lng).toFixed(6)}`
this.form.building = arr.join("")
setTimeout(() => {
--
Gitblit v1.9.3