rwadurian/frontend/mobile-app/lib/features/authorization/presentation
hailin 59097203ae fix(app): 预种计划入口移至自助申请授权页市团队下方
## 问题
上一版错误将「申请预种计划」入口放在「我」页面主区域,
实际需求是放在「自助申请授权」页的「申请市团队」卡片下方。

## 改动内容

### authorization_apply_page.dart
- import route_paths.dart
- `_buildAuthorizationTypes()` 将 `.map()` 展开为 for 循环,
  在 AuthorizationType.cityTeam item 渲染完后插入 `_buildPrePlantingEntry()`
- 新增 `_buildPrePlantingEntry()` 方法:
  · 样式:金色(0xFFD4AF37)卡片,左侧图标圆角背景 + 右侧箭头,
    副标题「购买预种份额 · 查看明细 · 团队预种统计」
  · 点击跳转 RoutePaths.prePlantingHub(预种计划 Hub 页)

### profile_page.dart(撤销上一版在主页的改动)
- 移除 `bool _isPrePlantingActive` 状态变量
- 移除 `_loadPrePlantingConfig()` 方法及 initState 调用
- 移除布局中的预种入口按钮区块
- 移除 `_buildPrePlantingEntryButton()` 方法

Hub 页面(pre_planting_hub_page.dart)和路由定义保持不变,
入口位置从「我」主页改为自助申请授权页的市团队下方。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 07:03:59 -08:00
..
pages fix(app): 预种计划入口移至自助申请授权页市团队下方 2026-03-04 07:03:59 -08:00
widgets fix(mobile-app): 排名详情页隐藏敏感统计字段 2026-02-04 17:41:11 -08:00