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)}