1.修复睡眠日报中睡眠规律性数据显示错误
2.更新时区设置
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -384,7 +384,7 @@ class _EPageState extends State<DeviceTypePage> {
|
||||
}
|
||||
|
||||
Widget _buildDeviceCard(BuildContext context,
|
||||
{required String title, required String imageUrl, required double type}) {
|
||||
{required String title, required String imageUrl, required int type}) {
|
||||
if (type != 1) {
|
||||
return Container();
|
||||
}
|
||||
|
||||
@@ -134,7 +134,7 @@ class _DeviceTypeListPageState extends State<DeviceTypeListPage> {
|
||||
}
|
||||
|
||||
Widget _buildDeviceCard(BuildContext context,
|
||||
{required String title, required String imageUrl, required double type}) {
|
||||
{required String title, required String imageUrl, required int type}) {
|
||||
if (type != 1) {
|
||||
return Container();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user