From 9e4cd7f2f43c7a0c494843491a6bfaac36be49ff Mon Sep 17 00:00:00 2001 From: aixianling Date: Sat, 12 Oct 2024 18:02:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/biaopin/AppGridReview/Add.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/biaopin/AppGridReview/Add.vue b/src/project/biaopin/AppGridReview/Add.vue index d440919f..57b30302 100644 --- a/src/project/biaopin/AppGridReview/Add.vue +++ b/src/project/biaopin/AppGridReview/Add.vue @@ -99,6 +99,7 @@ export default { wx.getLocation({ type: 'wgs84', success: res2 => { + console.log('获取当前定位信息:', res2) this.forms.lng = res2.longitude this.forms.lat = res2.latitude this.$http.post('/api/appdvcpconfig/apiForward', null, {