fix(mobile-app): 社区权益考核仅在有社区授权时显示

用户需要先通过自助申请获得社区授权,才会在'我的'页面显示社区权益考核

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-22 06:38:21 -08:00
parent 3f34b11181
commit ddeb3f227a
1 changed files with 5 additions and 3 deletions

View File

@ -1822,9 +1822,11 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
const SizedBox(height: 16),
//
_buildShareButton(),
const SizedBox(height: 16),
//
_buildCommunityAssessment(),
//
if (_hasCommunityAuth) ...[
const SizedBox(height: 16),
_buildCommunityAssessment(),
],
//
if (_hasAuthCityCompanyAuth) ...[
const SizedBox(height: 16),