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) {