From 9d4aff064758a6636d7845735f6db2b905bd813a Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Tue, 13 Aug 2024 17:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=88=97=E8=A1=A8ip=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E5=AE=9A=E4=BD=8D=E5=A4=84=E7=90=86=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/union/union_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/union/union_page.dart b/lib/union/union_page.dart index 45264aef..74fea1a5 100644 --- a/lib/union/union_page.dart +++ b/lib/union/union_page.dart @@ -136,7 +136,7 @@ class UnionPageState extends State Address address = await LocationInstance.getInstance().getAddress(result.latitude, result.longitude); if (address != null) { await saveLatLng(latLng, address.province, address.city, address.area); - areaName = address.city; + areaName = address.city.replaceAll("市", ""); } LocationInstance.getInstance().stopLocation(); } else {