diff --git a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart index 89679d4c..25649541 100644 --- a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart +++ b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart @@ -252,7 +252,7 @@ class ProfilePage extends ConsumerWidget { ), _buildDivider(), _buildStatItem( - '直推人数', + '引荐人数', stats?.directReferralAdoptedCount.toString() ?? '0', isLoading, ), @@ -264,8 +264,8 @@ class ProfilePage extends ConsumerWidget { ), _buildDivider(), _buildStatItem( - 'VIP等级', - stats?.vipLevel ?? '-', + '团队上级', + stats?.unlockedBonusTiers.toString() ?? '0', isLoading, ), ],