From 7fb77bcc7edd1e72d63ea9a13f9c70151ed26b64 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 19 Jan 2026 06:19:54 -0800 Subject: [PATCH] =?UTF-8?q?refactor(frontend):=20=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E9=9A=90=E8=97=8F"=E6=88=91=E7=9A=84"=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=E7=9A=84"=E5=9B=A2=E9=98=9F=E4=B8=8E=E6=94=B6?= =?UTF-8?q?=E7=9B=8A"=E6=A0=8F=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉 _buildTeamEarningsSection 调用 - 保留代码方便后续恢复 Co-Authored-By: Claude Opus 4.5 --- .../lib/presentation/pages/profile/profile_page.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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),