地址接口的视线
This commit is contained in:
@@ -68,7 +68,7 @@ var mhroutes = {
|
||||
"/sleepHabitPage": (context) => SleepHabitPage(),
|
||||
'/syms': (context) => Smys(),
|
||||
"/applyRepairPage": (context) => ApplyRepairPage(),
|
||||
"/roomPickerPage": (context) => RoomPickerPage(),
|
||||
"/roomPickerPage": (context, {arguments}) => RoomPickerPage(data: arguments),
|
||||
"/editBedPage": (context, {arguments}) => EditBedPage(data: arguments),
|
||||
"/experienceStorePage": (context) => ExperienceStorePage(),
|
||||
"/bookInfoPage": (context, {arguments}) =>
|
||||
|
||||
Reference in New Issue
Block a user