From 609a1931953b2298016bd2b0d6b410666b5ad7b9 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/3.0.1' into 3.0.1

---
 bicycle/pages/maps/maps.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/bicycle/pages/maps/maps.vue b/bicycle/pages/maps/maps.vue
index 37c3604..802c6ec 100644
--- a/bicycle/pages/maps/maps.vue
+++ b/bicycle/pages/maps/maps.vue
@@ -5,7 +5,7 @@
 			:scale="16"
 			class="ditu_map"
 			:markers="markers"
-			:show-location="true"
+			:show-location="mapShowLocation"
 			:polygons="eleBusinessArea"
 			:latitude="latitude"
 			:longitude="longitude"
@@ -59,6 +59,7 @@
 				show: false,
 				latitude: '',
 				longitude: '',
+				mapShowLocation: false,
 				markers: [],
 				info: {},
 				rice: '',
@@ -181,6 +182,7 @@
 					altitude: true,
 					isHighAccuracy: true,
 					success: function(res) {
+						that.mapShowLocation = true
 						that.latitude = res.latitude
 						that.longitude = res.longitude
 						if (that.type == 1) {

--
Gitblit v1.9.3