🐞 fix(ID1000981):【内部小程序】当删除完数字后,输入十几时,会自动显示3
This commit is contained in:
parent
a2b16156bd
commit
16d34900d0
@ -45,7 +45,7 @@ const GoodsItem = (props: props) => {
|
||||
}
|
||||
}
|
||||
if (props.modeFont == 2) {
|
||||
if (Number(res) < 3) {
|
||||
if (Number(res) < 0) {
|
||||
setValue({ count: '' })
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user