From 49691288ee6751fca6d8427905cded5f170b1ab6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Sat, 12 Oct 2024 14:14:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/biaopin/AppGridReview/Add.vue b/src/project/biaopin/AppGridReview/Add.vue index c5b2d747..d440919f 100644 --- a/src/project/biaopin/AppGridReview/Add.vue +++ b/src/project/biaopin/AppGridReview/Add.vue @@ -96,7 +96,7 @@ export default { }, getLocation() { this.injectJWeixin('getLocation').then(() => { - uni.getLocation({ + wx.getLocation({ type: 'wgs84', success: res2 => { this.forms.lng = res2.longitude