From 240f5d111442f3430d4040c1c7a861c50d570020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Fri, 31 Jul 2026 16:48:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=85=8D=E8=B4=B9=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=9D=83=E7=9B=8A=E5=8D=A1=E7=89=87=E7=A7=BB=E5=88=B0?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E5=88=97=E8=A1=A8=E4=B8=8E=E9=80=80=E5=87=BA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=B9=8B=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/mine/mine_page.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/features/mine/mine_page.dart b/lib/features/mine/mine_page.dart index f7ef872..40cef87 100644 --- a/lib/features/mine/mine_page.dart +++ b/lib/features/mine/mine_page.dart @@ -89,13 +89,6 @@ class _MinePageState extends ConsumerState { ), const SizedBox(height: 12), const _RecentDealsCard(), - if (member.value?.isVip == false) ...[ - const SizedBox(height: 12), - _AdsRewardCard( - rewarding: _rewarding, - onClaim: (adType, msg) => _claimReward(adType, msg), - ), - ], const SizedBox(height: 16), Card( child: Column( @@ -120,6 +113,13 @@ class _MinePageState extends ConsumerState { ], ), ), + if (member.value?.isVip == false) ...[ + const SizedBox(height: 12), + _AdsRewardCard( + rewarding: _rewarding, + onClaim: (adType, msg) => _claimReward(adType, msg), + ), + ], const SizedBox(height: 24), OutlinedButton.icon( onPressed: () async {