From 1d8b83c1e72dfb04fb26ba58b46730c72fb0706f Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 29 Dec 2022 15:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E6=8F=90=E8=B4=A7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF):=E4=BF=AE=E5=A4=8D=E6=8F=90=E8=B4=A7=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orderDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/orderDetails/index.tsx b/src/pages/orderDetails/index.tsx index 831e0f8..86b7c01 100644 --- a/src/pages/orderDetails/index.tsx +++ b/src/pages/orderDetails/index.tsx @@ -626,7 +626,7 @@ const OrderDetails = () => { // 是否显示按钮 const showBtn = useMemo(() => { - if (receivingStatus === 1 || (infoObj.status === 8 || infoObj.status === 9 || infoObj.status === 4 || infoObj.status === 5 || infoObj.status === 11 || infoObj.status === 3)) { + if ((infoObj.status === 8 || infoObj.status === 9 || infoObj.status === 4 || infoObj.status === 5 || infoObj.status === 11 || infoObj.status === 3)) { return false } else {