From e9af167156ca9d1b404a76ab0fc8c82c26fe6a11 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 31 十月 2023 11:37:07 +0800 Subject: [PATCH] MrShi --- bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js | 8 +++++--- 1 files changed, 5 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 0ae906f..9f13f95 100644 --- a/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js +++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.js @@ -101,7 +101,7 @@ try { components = { uPopup: function () { - return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 255)) + return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 265)) }, } } catch (e) { @@ -374,8 +374,6 @@ title: item.name, iconPath: '/static/icon/ic_bike@2x.png', addr: item.addr, - clusterId: 1, - joinCluster: true, customCallout: { anchorY: 0, anchorX: 0, @@ -393,11 +391,15 @@ if (item.id === e.markerId) { _this2.rice = item.distance; item.customCallout.display = 'ALWAYS'; + item.width = 40; + item.height = 50; setTimeout(function () { _this2.info = item; _this2.show = true; }, 300); } else { + item.width = 30; + item.height = 40; item.customCallout.display = 'BYCLICK'; } }); -- Gitblit v1.9.3