From 1d0ad35acdd3db336deca22c7f358d8d4244299a 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, 17 Apr 2024 16:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8C=81=E4=B9=85=E5=8C=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/lib/main/lockMian/lockMain/lockMain_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart index f17c22ac..79486a38 100644 --- a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart +++ b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart @@ -37,7 +37,7 @@ class _StarLockMainPageState extends State with BaseWidget { Future getHttpData() async { LockListInfoGroupEntity? lockListInfoGroupEntity = await Storage.getLockMainListData(); - Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}"); + // Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}"); if (lockListInfoGroupEntity != null) { logic.loadMainDataLogic(lockListInfoGroupEntity).then((value) { if (mounted) {