From 51e519bd7b6afb872acf34b381d154ccae4f0a87 Mon Sep 17 00:00:00 2001 From: liyi Date: Mon, 31 Mar 2025 15:56:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=BC=80=E9=94=81=E7=9A=84=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../remoteUnlocking/remoteUnlocking_page.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart b/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart index 191fd5a9..b18d0286 100755 --- a/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart +++ b/lib/main/lockDetail/lockSet/remoteUnlocking/remoteUnlocking_page.dart @@ -42,7 +42,7 @@ class _RemoteUnlockingPageState extends State children: [ Expanded( child: Text( - '功能开启后,你将可以通过网关远程开锁。'.tr, + '功能开启后,你将可以通过网关远程开锁。'.tr + '此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr, style: TextStyle( fontSize: 20.sp, color: AppColors.darkGrayTextColor), )), @@ -64,11 +64,11 @@ class _RemoteUnlockingPageState extends State ], ); }), - Padding( - padding: EdgeInsets.only(top: 20.h), - child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr, - style: TextStyle(fontSize: 20.sp)), - ), + // Padding( + // padding: EdgeInsets.only(top: 20.h), + // child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr, + // style: TextStyle(fontSize: 20.sp)), + // ), SizedBox( height: 40.h, ),