站点 确认拒绝流程

This commit is contained in:
2025-12-08 09:32:06 +08:00
parent 88b16ca69e
commit a3fb0d8018
3 changed files with 271 additions and 22 deletions

View File

@@ -307,7 +307,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
if (lastSuccessfulReservation != null &&
lastSuccessfulReservation!.id == selectedStationId.value &&
lastSuccessfulReservation!.startTime == startTimeStr) {
showToast("请勿重复提交相同的预约");
showToast("请勿重复提交相同时间段的预约,可在“查看预约”中修改");
return;
}