From 457d109d3790913c48ef877b47356f8c51315c4e Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Tue, 22 Nov 2022 17:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=94=AE=E5=90=8E=E8=AF=A6?= =?UTF-8?q?=E6=83=85):=E6=A0=B9=E6=8D=AE=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=94=AE=E5=90=8E=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/refundMoneyDetail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/refundMoneyDetail/index.tsx b/src/pages/refundMoneyDetail/index.tsx index f8867a8..76c66d9 100644 --- a/src/pages/refundMoneyDetail/index.tsx +++ b/src/pages/refundMoneyDetail/index.tsx @@ -69,7 +69,7 @@ export default () => { //分辨用质检中还是质检前的数组 const productList = useMemo(() => { - if (DeatailObj?.stage == 0 || DeatailObj?.type == 3) { + if (DeatailObj?.stage == 0 || DeatailObj?.type == 3 || DeatailObj?.type == 2) { return DeatailObj?.product_list } else { return DeatailObj?.quality_check_pass_product