This commit is contained in:
2025-12-01 13:59:02 +08:00
parent 20e5e58ded
commit cdc5af7f45

View File

@@ -339,7 +339,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
); );
if(selectedStation.siteStatusName != "营运中"){ if(selectedStation.siteStatusName != "营运中"){
showToast("该站点${selectedStation.siteStatusName}"); showToast("该站点${selectedStation.siteStatusName},暂无法预约");
return; return;
} }