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 {