From 00705833bd524a607a962b44eaccc7b048fcc7cb Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 11 Aug 2026 14:58:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(MapSelector):=20=E4=BF=AE=E6=AD=A3Spin?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=B1=9E=E6=80=A7=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将Spin组件中的tip属性改为description属性 - 确保加载提示文本正确显示为“地图正在加载中...” --- src/components/Map/MapSelector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map/MapSelector.js b/src/components/Map/MapSelector.js index ef8ffa1..58bcdbb 100644 --- a/src/components/Map/MapSelector.js +++ b/src/components/Map/MapSelector.js @@ -336,7 +336,7 @@ const MapSelector = (props) => { id="map_container" style={{ width: "100%", height: "500px", position: "relative" }} > - +