From 16d34900d0e85ab290cc1bc04eb88dcce0cc1410 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Mon, 19 Dec 2022 11:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000981):=E3=80=90?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BD=93?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=8C=E6=95=B0=E5=AD=97=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=8D=81=E5=87=A0=E6=97=B6=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=98=BE=E7=A4=BA3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/goodsItem/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/goodsItem/index.tsx b/src/components/goodsItem/index.tsx index 43aa285..6e6583c 100644 --- a/src/components/goodsItem/index.tsx +++ b/src/components/goodsItem/index.tsx @@ -45,7 +45,7 @@ const GoodsItem = (props: props) => { } } if (props.modeFont == 2) { - if (Number(res) < 3) { + if (Number(res) < 0) { setValue({ count: '' }) } }