更新界面布局
This commit is contained in:
@@ -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> {
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user