From 594d2627f17288fab8e63b3ed850e093d0164415 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 17:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9E=84=E5=BB=BA=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=89=93=E5=8C=85=E9=81=87=E5=88=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/lib/main/lockMian/lockMain/lockMain_page.dart | 3 ++- star_lock/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart index 79486a38..b5f3aab5 100644 --- a/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart +++ b/star_lock/lib/main/lockMian/lockMain/lockMain_page.dart @@ -39,7 +39,8 @@ class _StarLockMainPageState extends State with BaseWidget { LockListInfoGroupEntity? lockListInfoGroupEntity = await Storage.getLockMainListData(); // Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}"); if (lockListInfoGroupEntity != null) { - logic.loadMainDataLogic(lockListInfoGroupEntity).then((value) { + var localLockListInfoGroupEntity = lockListInfoGroupEntity; + logic.loadMainDataLogic(localLockListInfoGroupEntity).then((value) { if (mounted) { setState(() {}); } diff --git a/star_lock/pubspec.yaml b/star_lock/pubspec.yaml index d2f41b92..f929c22a 100644 --- a/star_lock/pubspec.yaml +++ b/star_lock/pubspec.yaml @@ -31,9 +31,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.26+20240408:打包预发布环境给欧阳测试 # 1.0.27+2024041101:打包提审 # 1.0.27+2024041102:打包预发布环境给田总测试 -# 1.0.28+2024041702:打包给欧阳回归测试 +# 1.0.28+2024041703:打包给欧阳回归测试 -version: 1.0.28+2024041702 +version: 1.0.28+2024041703 environment: sdk: '>=2.12.0 <3.0.0'