限制
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user