add
This commit is contained in:
parent
e4dcded2cf
commit
d1a2593c86
@ -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 :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user