From cbe0dca2505f54b9681e102e4436ae0fca7cccdd Mon Sep 17 00:00:00 2001 From: Seven Tsui <16225583+youyouliangshao@user.noreply.gitee.com> Date: Wed, 17 Sep 2025 15:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/my/index.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/my/index.dart b/lib/pages/my/index.dart index 6a25b00..91132ba 100644 --- a/lib/pages/my/index.dart +++ b/lib/pages/my/index.dart @@ -117,7 +117,7 @@ class MyPageState extends State with SingleTickerProviderStateMixin { } }; tabController.addListener(tabListener); - getUserLikesCount(); + // loadData(0); } @@ -243,6 +243,7 @@ class MyPageState extends State with SingleTickerProviderStateMixin { favoriteParams.init(); // currentTabIndex.value = 0; selfInfo(); + getUserLikesCount(); loadData(idx); }