From cdc5af7f4503e92104512cc93f165ac1381b9c4a Mon Sep 17 00:00:00 2001 From: userGyl Date: Mon, 1 Dec 2025 13:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ln_jq_app/lib/pages/c_page/reservation/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ln_jq_app/lib/pages/c_page/reservation/controller.dart b/ln_jq_app/lib/pages/c_page/reservation/controller.dart index 418c69d..99e931f 100644 --- a/ln_jq_app/lib/pages/c_page/reservation/controller.dart +++ b/ln_jq_app/lib/pages/c_page/reservation/controller.dart @@ -339,7 +339,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin { ); if(selectedStation.siteStatusName != "营运中"){ - showToast("该站点${selectedStation.siteStatusName}"); + showToast("该站点${selectedStation.siteStatusName},暂无法预约"); return; }