rwadurian/frontend/mobile-app/lib/features/profile/presentation/pages
hailin 05e590ef04 fix(pre-planting): 修复可结算收益重复计算
pre-planting getMyRewards API 错误地将所有分配记录金额算作
settleableUsdt(包括 PENDING 状态的待领取奖励)。
预种奖励的 PENDING/SETTLEABLE 状态由 wallet-service 管理,
reward-service 的 getMyRewardSummary 已包含预种可结算部分,
不应重复累加。

修复:
- 后端 getMyRewards 返回 settleableUsdt: 0
- 前端"我"页面和"兑换"页面不再额外加预种 settleableUsdt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 03:34:22 -08:00
..
edit_profile_page.dart fix(mobile): 修复SVG头像渲染导致的布局问题 2025-12-24 03:26:24 -08:00
profile_page.dart fix(pre-planting): 修复可结算收益重复计算 2026-03-01 03:34:22 -08:00