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: '' }) } }