修改首页数据持久化bug

This commit is contained in:
魏少阳 2024-04-17 16:54:22 +08:00
parent f63c565944
commit 1d0ad35acd

View File

@ -37,7 +37,7 @@ class _StarLockMainPageState extends State<StarLockMainPage> with BaseWidget {
Future<void> 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) {