更新睡眠习惯

This commit is contained in:
wyf
2025-07-16 16:35:41 +08:00
parent 3f64207920
commit f435f195c8
5 changed files with 78 additions and 7 deletions

View File

@@ -136,7 +136,8 @@ class PeopleInfoPage extends GetView<PeopleInfoController> {
textColor: Color(0XFF00C1AA));
MHTHomeController mhtHomeController =
Get.find();
mhtHomeController.getPersonList();
await Future.delayed(Duration(seconds: 1));
await mhtHomeController.getPersonList();
WebviewTestController
webviewTestController = Get.find();
webviewTestController