This commit is contained in:
BianLzhaoMin 2025-02-27 11:26:56 +08:00
parent 79881fb3fc
commit 69b5653952
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@
// return false // return false
// } // }
console.log('inputValueinputValueinputValue', inputValue)
const regex = /^\d+$/ const regex = /^\d+$/
if (!regex.test(inputValue)) { if (!regex.test(inputValue)) {