From 49fafde5162fceda1755083a907edb704186d0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Tue, 24 Mar 2026 09:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/nearby_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home/nearby_tab.dart b/lib/pages/home/nearby_tab.dart index dae13fa..deafbdc 100644 --- a/lib/pages/home/nearby_tab.dart +++ b/lib/pages/home/nearby_tab.dart @@ -103,7 +103,7 @@ class _NearbyTabState extends State with AutomaticKeepAliveClientMixi height: MediaQuery.of(context).size.height - totalBottomPadding, child: const Center( child: Text( - "暂未获取到定位,请稍后重试", + "你未开启定位,请开启定位后再试", style: TextStyle(fontSize: 14, color: Color(0xFF999999)), ), ),