From c31c6c12d29b24a6f5580980cf8dac9b5901388e Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Mon, 11 May 2026 10:24:00 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index 0c5f67c..cbf4232 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -643,6 +643,7 @@ let that = this uni.getLocation({ type: 'gcj02', // 返回国测局坐标,用于微信小程序地图组件 + isHighAccuracy:true, success: (res) => { console.log('位置', res) that.latitude = res.latitude;