更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -77,7 +77,10 @@ class _DynamicReportDetailWidgetState extends State<DynamicReportDetailWidget> {
SizedBox(height: 33.rpx),
_buildSleepDateWidgets(),
SizedBox(height: 20.rpx),
if (!AppConstants.is_test_account) _buildSleepDataModuleWidgets(),
if (!AppConstants.is_test_account)
Obx(() {
return _buildSleepDataModuleWidgets();
}),
],
),
),