From c8c64846ad1c29c3a2977dbc03c75c1627020aae Mon Sep 17 00:00:00 2001
From: linkeyu <798648091@qq.com>
Date: Mon, 27 Jul 2026 19:29:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=B2=BE=E7=AE=80?=
=?UTF-8?q?=E6=8F=90=E7=8E=B0=E8=AF=A6=E6=83=85=E5=9F=BA=E7=A1=80=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
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)}
--
2.52.0