From 8002650b95c26fd4c64612a75a70c5ffd29e135c Mon Sep 17 00:00:00 2001
From: JiaJun <2394389886@qq.com>
Date: Thu, 23 Apr 2026 16:29:22 +0800
Subject: [PATCH] =?UTF-8?q?fix(goods):=20=E7=AE=80=E5=8C=96=E5=85=91?=
=?UTF-8?q?=E6=8D=A2=E6=A8=A1=E6=80=81=E6=A1=86=E7=9A=84=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/features/goods/GoodsRedeemModal.tsx | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/features/goods/GoodsRedeemModal.tsx b/src/features/goods/GoodsRedeemModal.tsx
index c112ae4..4959e93 100644
--- a/src/features/goods/GoodsRedeemModal.tsx
+++ b/src/features/goods/GoodsRedeemModal.tsx
@@ -106,7 +106,6 @@ export function GoodsRedeemModal({
const isPhysicalPrize = selectedCategoryId === 'PHYSICAL'
const isTransferToPlatform = selectedCategoryId === 'WITHDRAW'
const isGameBonus = selectedCategoryId === 'BONUS'
- const isPhysicalPrizeSelection = modalMode === 'select-address' && isPhysicalPrize
const modalTitle = modalMode === 'add-address'
? t('goods.addShippingAddress')
: isTransferToPlatform
@@ -206,9 +205,7 @@ export function GoodsRedeemModal({