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 {