From 8684e718fe85ff48875f025c688d3b3ad10a5e40 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Fri, 3 Apr 2020 11:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/history-map/history-map.vue | 41 +++++++++----------- pages/statistics/components/location-map.vue | 2 + store/modules/user/actions.js | 1 - 3 files changed, 20 insertions(+), 24 deletions(-) diff --git a/components/history-map/history-map.vue b/components/history-map/history-map.vue index c68bcc7..fcbf9f5 100644 --- a/components/history-map/history-map.vue +++ b/components/history-map/history-map.vue @@ -7,18 +7,18 @@ :polyline="polyline" id="map" ref="map" + scale="12" show-location="true" - :include-points="markers" - style="width: 100%; height: 1000rpx;" + style="width: 100%; min-height: 1000rpx;height:100%" />