更新界面布局

This commit is contained in:
wyf
2025-06-04 11:54:01 +08:00
parent 40732066fe
commit 857317caf1
34 changed files with 4961 additions and 459 deletions

View File

@@ -206,7 +206,7 @@ class _MinePageState extends State<MinePage> {
? (userInfoController.model
.user!.nick_name ??
'未命名'.tr)
: "我的.未登录".tr,
: "未命名".tr,
style:
FlutterFlowTheme.of(context)
.bodyMedium
@@ -240,7 +240,7 @@ class _MinePageState extends State<MinePage> {
return "微信用户".tr;
}
})()
: "我的.未登录".tr,
: "未知数据".tr,
style:
FlutterFlowTheme.of(context)
.bodyMedium
@@ -650,8 +650,12 @@ class _MinePageState extends State<MinePage> {
// themeController.currentColor.sc2,
// );
Get.toNamed("/newSleepReportPage",
arguments: {'date':DateTime.now()
.millisecondsSinceEpoch,"mac":'aaaaaaeeeeeq','type':1});
arguments: {
'date': DateTime.now()
.millisecondsSinceEpoch,
"mac": 'aaaaaaeeeeeq',
'type': 1
});
}
},
child: Container(
@@ -737,5 +741,4 @@ class _MinePageState extends State<MinePage> {
),
);
}
}