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;