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, ),