🐞 fix(ID1000981):【内部小程序】当删除完数字后,输入十几时,会自动显示3

This commit is contained in:
Haiyi 2022-12-19 11:55:58 +08:00
parent a2b16156bd
commit 16d34900d0

View File

@ -45,7 +45,7 @@ const GoodsItem = (props: props) => {
}
}
if (props.modeFont == 2) {
if (Number(res) < 3) {
if (Number(res) < 0) {
setValue({ count: '' })
}
}