Browse Source

完善页面

dev-2.0
王子贤 1 week ago
parent
commit
49fafde516
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/home/nearby_tab.dart

2
lib/pages/home/nearby_tab.dart

@ -103,7 +103,7 @@ class _NearbyTabState extends State<NearbyTab> with AutomaticKeepAliveClientMixi
height: MediaQuery.of(context).size.height - totalBottomPadding,
child: const Center(
child: Text(
"暂未获取到定位,请稍后重",
"你未开启定位,请开启定位后再",
style: TextStyle(fontSize: 14, color: Color(0xFF999999)),
),
),

Loading…
Cancel
Save