From 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 01 七月 2026 18:15:10 +0800
Subject: [PATCH] Merge branch '3.0.1' of http://139.186.142.91:10010/r/productDev/parkBike 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