From 28a07b5b768096a2c75b55c440b8afd0b50b3f0b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 07 十一月 2023 16:55:35 +0800
Subject: [PATCH] a

---
 bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js b/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js
index 9f13f95..16e62a9 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js
+++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js
@@ -366,7 +366,7 @@
           res.data.forEach(function (item, index) {
             _this.markers.push({
               id: index,
-              width: 30,
+              width: 40,
               height: 40,
               distance: _this.latitude && _this.longitude ? (0, _utils.distance)(_this.latitude, _this.longitude, item.latitude, item.longitude) : '鏈煡璺濈',
               latitude: item.latitude,
@@ -391,14 +391,14 @@
         if (item.id === e.markerId) {
           _this2.rice = item.distance;
           item.customCallout.display = 'ALWAYS';
-          item.width = 40;
+          item.width = 50;
           item.height = 50;
           setTimeout(function () {
             _this2.info = item;
             _this2.show = true;
           }, 300);
         } else {
-          item.width = 30;
+          item.width = 40;
           item.height = 40;
           item.customCallout.display = 'BYCLICK';
         }

--
Gitblit v1.9.3