From 0225a1c4647aaed29760a62b29a5ed1a30397d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com> Date: Wed, 27 Dec 2023 11:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=81=E8=AE=BE=E7=BD=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/main/lockDetail/lcokSet/lockSet/lockSet_page.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/star_lock/lib/main/lockDetail/lcokSet/lockSet/lockSet_page.dart b/star_lock/lib/main/lockDetail/lcokSet/lockSet/lockSet_page.dart index c4371bf3..4bd7da7a 100644 --- a/star_lock/lib/main/lockDetail/lcokSet/lockSet/lockSet_page.dart +++ b/star_lock/lib/main/lockDetail/lcokSet/lockSet/lockSet_page.dart @@ -378,6 +378,7 @@ class _LockSetPageState extends State with RouteAware { SizedBox(height: 10.h), //---田总新增展示 // Obx(() => + // 面容开锁 Visibility( visible: true, child: CommonItem( @@ -389,6 +390,7 @@ class _LockSetPageState extends State with RouteAware { Get.toNamed(Routers.faceUnlockPage); })), // ), + // 消息提醒 Visibility( visible: true, child: CommonItem( @@ -399,6 +401,7 @@ class _LockSetPageState extends State with RouteAware { action: () { Get.toNamed(Routers.msgNotificationPage); })), + //猫眼设置 Visibility( visible: true, child: CommonItem( @@ -435,6 +438,7 @@ class _LockSetPageState extends State with RouteAware { // })), // ), // Obx(() => + // 开门方向设置 Visibility( visible: true, child: CommonItem( @@ -448,6 +452,7 @@ class _LockSetPageState extends State with RouteAware { 'lockSetInfoData': state.lockSetInfoData.value }); })), + // 电机功率设置 Visibility( visible: true, child: CommonItem( @@ -459,7 +464,7 @@ class _LockSetPageState extends State with RouteAware { // Toast.show(msg: "功能暂未开放"); Get.toNamed(Routers.motorPowerPage); })), - // 支持蓝牙广播(关闭则不能使用蓝牙主动开锁) + // 蓝牙广播(关闭则不能使用蓝牙主动开锁) Obx(() => Visibility( visible: true, child: CommonItem(