更新微信登录
This commit is contained in:
@@ -48,7 +48,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
|
||||
// String snores = "否".tr;
|
||||
// int heartrate = 0;
|
||||
String breathState = "-";
|
||||
String inBed ="-";
|
||||
String inBed = "-";
|
||||
String onlineState = "离线".tr;
|
||||
Timer? _onlineTimer; // 添加 Timer 引用
|
||||
int bodyMotion = -1;
|
||||
@@ -109,9 +109,9 @@ class _InstantBodyPageState extends State<InstantBodyPage>
|
||||
inBed = "-";
|
||||
bodyMotion = -1;
|
||||
heartrate = -1;
|
||||
snores ="-";
|
||||
snores = "-";
|
||||
breathrate = -1;
|
||||
breathState ="-";
|
||||
breathState = "-";
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -252,7 +252,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
30.rpx, 0.rpx, 30.rpx, 120.rpx),
|
||||
30.rpx, 0.rpx, 30.rpx, 100.rpx),
|
||||
child: ClickableContainer(
|
||||
backgroundColor: themeController.currentColor.sc5,
|
||||
highlightColor: themeController
|
||||
@@ -426,7 +426,7 @@ class _InstantBodyPageState extends State<InstantBodyPage>
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
66.rpx, 0, 66.rpx, 0),
|
||||
30.rpx, 0, 30.rpx, 0),
|
||||
child: Container(
|
||||
// decoration: BoxDecoration(
|
||||
// image: DecorationImage(
|
||||
|
||||
Reference in New Issue
Block a user