锁设置添加注释
This commit is contained in:
parent
16d5d53c61
commit
0225a1c464
@ -378,6 +378,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
SizedBox(height: 10.h),
|
||||
//---田总新增展示
|
||||
// Obx(() =>
|
||||
// 面容开锁
|
||||
Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
@ -389,6 +390,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
Get.toNamed(Routers.faceUnlockPage);
|
||||
})),
|
||||
// ),
|
||||
// 消息提醒
|
||||
Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
@ -399,6 +401,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
action: () {
|
||||
Get.toNamed(Routers.msgNotificationPage);
|
||||
})),
|
||||
//猫眼设置
|
||||
Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
@ -435,6 +438,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
// })),
|
||||
// ),
|
||||
// Obx(() =>
|
||||
// 开门方向设置
|
||||
Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
@ -448,6 +452,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
'lockSetInfoData': state.lockSetInfoData.value
|
||||
});
|
||||
})),
|
||||
// 电机功率设置
|
||||
Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
@ -459,7 +464,7 @@ class _LockSetPageState extends State<LockSetPage> with RouteAware {
|
||||
// Toast.show(msg: "功能暂未开放");
|
||||
Get.toNamed(Routers.motorPowerPage);
|
||||
})),
|
||||
// 支持蓝牙广播(关闭则不能使用蓝牙主动开锁)
|
||||
// 蓝牙广播(关闭则不能使用蓝牙主动开锁)
|
||||
Obx(() => Visibility(
|
||||
visible: true,
|
||||
child: CommonItem(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user