默认时间段修改

This commit is contained in:
2025-12-01 17:03:16 +08:00
parent 4f99ab4164
commit 4cdedff654
2 changed files with 110 additions and 41 deletions

View File

@@ -259,7 +259,7 @@ class ReservationPage extends GetView<C_ReservationController> {
),
_buildPickerRow(
label: '预约时间',
value: controller.formattedStartTime,
value: controller.formattedTimeSlot,
icon: Icons.access_time_outlined,
onTap: () => controller.pickTime(context),
),