设备 预约接口

This commit is contained in:
czz
2025-06-16 21:43:07 +08:00
parent f7b50ae609
commit 89d0bbcc00
29 changed files with 2134 additions and 1085 deletions

View File

@@ -69,7 +69,9 @@ class _SleepHabitPageState extends State<SleepHabitPage> {
highlightColor: Color(0XFF055466),
borderRadius: 16.rpx,
padding: EdgeInsets.only(top: 0),
onTap: () {},
onTap: () {
Get.toNamed('/rxhxMht');
},
child: Container(
alignment: Alignment.center,
width: bodysize!.maxWidth * 1,