更新睡眠报告
This commit is contained in:
@@ -92,6 +92,10 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
context, Container(), "校准未完成提示".tr,
|
||||
onConfirm: () async {
|
||||
exit = true;
|
||||
if (widget.type == 2) {
|
||||
Get.back();
|
||||
return;
|
||||
}
|
||||
await Get.toNamed("/personPage");
|
||||
print("object");
|
||||
deviceCalibrationController.process.value = 0;
|
||||
|
||||
Reference in New Issue
Block a user