From 6cc123f272820dfeeeffab02fa1bf98aec1cb952 Mon Sep 17 00:00:00 2001 From: userGyl Date: Mon, 5 Jan 2026 14:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ln_jq_app/lib/pages/c_page/base_widgets/view.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ln_jq_app/lib/pages/c_page/base_widgets/view.dart b/ln_jq_app/lib/pages/c_page/base_widgets/view.dart index 157eec3..81d539a 100644 --- a/ln_jq_app/lib/pages/c_page/base_widgets/view.dart +++ b/ln_jq_app/lib/pages/c_page/base_widgets/view.dart @@ -32,8 +32,8 @@ class BaseWidgetsPage extends GetView { // 对应的页面 List _buildPages() { return [ - MapPage(), ReservationPage(), + MapPage(), CarInfoPage(), MinePage(), ]; @@ -47,16 +47,16 @@ class BaseWidgetsPage extends GetView { jumpTabAndPage(index); }, // 切换tab事件 items: [ - NavigationItemModel( - label: '地图', - icon: AntdIcon.location, - selectedIcon: AntdIcon.location_fill, - ), NavigationItemModel( label: '加氢预约', icon: AntdIcon.orderedlist, selectedIcon: AntdIcon.calendar_fill, ), + NavigationItemModel( + label: '地图', + icon: AntdIcon.location, + selectedIcon: AntdIcon.location_fill, + ), NavigationItemModel( label: '车辆信息', icon: AntdIcon.car,