From 3db24c3303036a80914918ed963884a6e242d5c7 Mon Sep 17 00:00:00 2001 From: liyi Date: Tue, 6 May 2025 16:44:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E7=8C=AB=E7=9C=BC?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=94=AF=E6=8C=81=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main/lockDetail/lockDetail/lockDetail_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main/lockDetail/lockDetail/lockDetail_page.dart b/lib/main/lockDetail/lockDetail/lockDetail_page.dart index ec09e9a3..ed3c9b68 100755 --- a/lib/main/lockDetail/lockDetail/lockDetail_page.dart +++ b/lib/main/lockDetail/lockDetail/lockDetail_page.dart @@ -1179,7 +1179,7 @@ class _LockDetailPageState extends State } //可视对讲门锁新增->监控 - if (state.keyInfos.value.lockFeature!.videoIntercom == 1) { + if (state.keyInfos.value.lockFeature!.isSupportCatEye == 1) { showWidgetArr.add( bottomItem('images/main/icon_catEyes.png', '监控'.tr, state.bottomBtnisEable.value, () async {