rwadurian/frontend/mobile-app/lib/features/profile/presentation/pages
hailin e9b9896317 fix(mobile): 修复预种可结算列表与金额不一致
问题:pre-planting/my-rewards 返回所有分配记录不区分状态,
导致 PENDING 状态的预种奖励也被错误地显示在可结算列表中,
而可结算金额(从 wallet-service 取值)正确为 0,造成列表和金额不一致。

修复:在合并预种可结算列表时,排除正在 PENDING 和 EXPIRED 状态的条目。
通过 wallet/pending-rewards 和 wallet/expired-rewards 获取实际状态,
用 sourceOrderId 交叉比对,只保留真正可结算的预种条目。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:24:03 -08:00
..
edit_profile_page.dart fix(mobile): 修复SVG头像渲染导致的布局问题 2025-12-24 03:26:24 -08:00
profile_page.dart fix(mobile): 修复预种可结算列表与金额不一致 2026-03-01 08:24:03 -08:00