This commit is contained in:
czz
2025-07-19 17:53:41 +08:00
12 changed files with 356 additions and 164 deletions

View File

@@ -124,7 +124,7 @@ class _SleepCardState extends State<SleepCard> with TickerProviderStateMixin {
borderRadius: BorderRadius.circular(8),
)
: null,
child: SleepDataModuleWidget(data: item),
child: SleepDataModuleWidget(data: item,sleepReportData: widget.sleepReport,),
);
},
),
@@ -134,7 +134,7 @@ class _SleepCardState extends State<SleepCard> with TickerProviderStateMixin {
),
);
} catch (e) {
es.EasyDartModule.logger.error("打鼾监测绘制异常${e}");
es.EasyDartModule.logger.error("数据卡片渲染异常${e}");
return Container();
}
}