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 1c1b709b..a15990db 100644 --- a/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart +++ b/frontend/mining-app/lib/presentation/pages/profile/profile_page.dart @@ -69,10 +69,9 @@ class ProfilePage extends ConsumerWidget { const SizedBox(height: 16), - // 团队与收益 - _buildTeamEarningsSection(context, colorScheme), - - const SizedBox(height: 16), + // 团队与收益(暂时隐藏,需要时取消注释) + // _buildTeamEarningsSection(context, colorScheme), + // const SizedBox(height: 16), // 其他设置 _buildOtherSettings(context, ref, colorScheme),