优化提现审核侧页基础信息展示 #91
Reference in New Issue
Block a user
Delete Branch "codex/withdraw-detail-field-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
改动内容
验证
🤖 review-pr 深审结论 · 🟢 置信度 0.92
删掉详情侧栏两行
Descriptions.Item(提现类型、累计成功提现),纯删除(0 增 6 删),干净、类型安全。已在隔离 worktree 里与 #90 合并后跑tsc --noEmit通过(exit 0)。正面点
累计成功提现是重复展示:同一详情视图 L1160-1162 已有一张Statistic卡片展示同一个detail.cumulative_success_cents,删这行是去重,合理。cumulative_success_cents还用于列表列(L545)、markNormalRisk(L1055)、统计卡(L1162);detail.order.source还用于 L1196。tsc --noEmit通过。建议(low · 产品确认,非缺陷)
source由mode固定(L180mode==='invite'?'invite_cash':'coin_cash'),同页订单类型本就一致、冗余度高。确认是有意精简即可。由 review-pr 深审(有本地克隆 → worktree 完整仓上下文;已与 #90 试合并 + tsc 实跑验证)