From 5463deb9238975c11c40e55410c8bc17bd89d48d Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 4 Mar 2025 17:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/myOrder/MyOrder.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/myOrder/MyOrder.tsx b/src/components/myOrder/MyOrder.tsx index bf9a757..877c3bc 100644 --- a/src/components/myOrder/MyOrder.tsx +++ b/src/components/myOrder/MyOrder.tsx @@ -212,6 +212,12 @@ export default function MyOrder() { if (record.productType === 'CORRECTION2_REFUND') { return '补正2次退款' } + if (record.productType === 'PROJ_PKG') { + return '安装包' + } + if (record.productType === 'PROJ_VIDEO') { + return '演示视频' + } return record.productType }