rwadurian/frontend/mobile-app/lib/features/profile/presentation
hailin 31e6f9e15a fix(mobile): 预种可结算列表以wallet实际金额为准,避免已结算条目残留
planting-service 的分配记录不跟踪 wallet 端的结算状态,
原来的反向排除法(排除PENDING+EXPIRED)无法处理:
1. 已结算到余额(SETTLED→余额)的条目
2. hasPlanted=true 后直接进可结算、不经 pending_rewards 的条目

改为以 walletInfo.rewards.settleableUsdt 为权威来源:
- settleableUsdt=0 时直接跳过(已全部结算到余额)
- settleableUsdt>0 时按金额截断,确保展示总额不超过实际可结算

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 10:19:31 -08:00
..
pages fix(mobile): 预种可结算列表以wallet实际金额为准,避免已结算条目残留 2026-03-01 10:19:31 -08:00
widgets feat(mobile-app): show all nodes in team tree with horizontal scroll 2026-01-03 23:52:44 -08:00