From f82526f5b34a023e11310adba11cae555adc40cb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 01 七月 2026 18:15:01 +0800
Subject: [PATCH] 页面
---
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