From 5acfb05c57fb2942e3e8a38a14751aeea82bef10 Mon Sep 17 00:00:00 2001 From: linkeyu Date: Tue, 28 Jul 2026 10:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=8E=B0=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E4=BE=A7=E9=A1=B5=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 改动内容 - 删除提现详情侧页的提现类型 - 删除提现单区域重复展示的累计成功提现 - 用户详情和邀请详情中的累计成功提现继续保留 - 两类累计金额继续按 coin_cash / invite_cash 账户分别统计 ## 验证 - 前端 npm run build 通过 - 后端账户隔离相关测试 2 passed - 线上数据库抽查确认两类提现金额独立 - git diff --check 通过 --------- Co-authored-by: linkeyu <798648091@qq.com> Reviewed-on: https://gitea.shaguabijia.com/WonderableAI/shaguabijia-admin-web/pulls/91 Co-authored-by: linkeyu Co-committed-by: linkeyu --- src/app/(main)/withdraws/WithdrawReviewPage.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/(main)/withdraws/WithdrawReviewPage.tsx b/src/app/(main)/withdraws/WithdrawReviewPage.tsx index 38c1844..a300677 100644 --- a/src/app/(main)/withdraws/WithdrawReviewPage.tsx +++ b/src/app/(main)/withdraws/WithdrawReviewPage.tsx @@ -989,12 +989,6 @@ export function WithdrawReviewPage({ mode = 'other' }: { mode?: WithdrawReviewMo {yuan(detail.order.amount_cents)} - - {detail.order.source === 'invite_cash' ? '邀请奖励提现' : '福利页提现'} - - - {yuan(detail.cumulative_success_cents)} - {dt(detail.order.created_at)}