1,修复添加考勤后锁详情页面item显示不全问题
2,新增对讲过程中远程开门失败的处理及提醒
This commit is contained in:
parent
266f68e5a6
commit
b7fcb60f28
@ -171,7 +171,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
Stack(children: [
|
||||
Container(
|
||||
width: 1.sw,
|
||||
height: 1.sh - ScreenUtil().statusBarHeight * 2,
|
||||
height: 1.sh - ScreenUtil().statusBarHeight,
|
||||
color: Colors.white,
|
||||
child: Column(
|
||||
children: [
|
||||
|
||||
@ -99,6 +99,7 @@ class CommandUDPReciverManager {
|
||||
EasyLoading.showToast("开门成功", duration: 2000.milliseconds);
|
||||
} else {
|
||||
print("开门失败");
|
||||
EasyLoading.showToast("开门失败", duration: 2000.milliseconds);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user