This commit is contained in:
zmj 2024-06-26 16:58:03 +08:00
parent e4dcded2cf
commit d1a2593c86
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
const type = ref(1) // 1 2 const type = ref(1) // 1 2
const onKetDown = (e) => { const onKetDown = (e) => {
uni.vibrateShort();
if (type.value == 1) { if (type.value == 1) {
form.password.length < 6 ? form.password.length < 6 ?
form.password += e : form.password += e :