From 6dc4c57e5bcbbc7121c79316f2bb4ea0ef02e4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Fri, 10 Oct 2025 22:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=8F=E7=BA=AC=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publishBall/components/SelectStadium/StadiumDetail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/publish_pages/publishBall/components/SelectStadium/StadiumDetail.tsx b/src/publish_pages/publishBall/components/SelectStadium/StadiumDetail.tsx index fbfa3b9..3e9ed6b 100644 --- a/src/publish_pages/publishBall/components/SelectStadium/StadiumDetail.tsx +++ b/src/publish_pages/publishBall/components/SelectStadium/StadiumDetail.tsx @@ -136,8 +136,8 @@ const StadiumDetail = forwardRef(({ ...formData, name: res.name, address: res.address, - latitude: res.longitude, - longitude: res.latitude, + latitude: res.latitude, + longitude: res.longitude, istance: null }) },