设备 预约接口

This commit is contained in:
czz
2025-06-12 09:03:44 +08:00
parent 6ec1c79866
commit d5c3addd4a
23 changed files with 1488 additions and 1324 deletions

View File

@@ -59,7 +59,7 @@ var mhroutes = {
"/roomPickerPage": (context) => RoomPickerPage(),
"/editBedPage": (context) => EditBedPage(),
"/experienceStorePage": (context) => ExperienceStorePage(),
"/bookInfoPage": (context, {arguments}) => BookInfoPage(data: arguments),
"/bookInfoPage": (context, {arguments}) => BookInfoPage(data: arguments["data"]),
"/bookSuccessPage": (contxt, {arguments}) =>
BookSuccessPage(data: arguments["data"]),
"/myExperiencePage": (context) => MyExperiencePage(),