From 864f2342b6dfe3003254ce36ca5421504fb113ff Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Tue, 31 May 2022 10:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/orderBtns/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/orderBtns/index.tsx b/src/components/orderBtns/index.tsx index efd97b1..736fd9d 100644 --- a/src/components/orderBtns/index.tsx +++ b/src/components/orderBtns/index.tsx @@ -61,7 +61,6 @@ export default memo(({status = 0, orderId = 0, onClick, realPayPrice = 0, pendin return( pendingPayPrice != 0 && status <= 4) //在代发货之前没有付完款 } return item.value.includes(status) - },[]) //点击按钮操作