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 58158141..bafdc352 100644 --- a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart +++ b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart @@ -94,10 +94,9 @@ class ProfilePage extends ConsumerWidget { const SizedBox(height: 16), - // 团队与收益 - _buildTeamEarningsSection(context), - - const SizedBox(height: 16), + // 同伴与收益 - 暂时隐藏 + // _buildTeamEarningsSection(context), + // const SizedBox(height: 16), // 其他设置 _buildOtherSettings(context, ref),