diff --git a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart index 5e8dfdfe..094876ec 100644 --- a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart +++ b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart @@ -1822,9 +1822,11 @@ class _ProfilePageState extends ConsumerState { const SizedBox(height: 16), // 分享邀请按钮 _buildShareButton(), - const SizedBox(height: 16), - // 社区权益考核 - _buildCommunityAssessment(), + // 社区权益考核(仅在有社区授权时显示) + if (_hasCommunityAuth) ...[ + const SizedBox(height: 16), + _buildCommunityAssessment(), + ], // 市团队权益考核 if (_hasAuthCityCompanyAuth) ...[ const SizedBox(height: 16),