优化密码输入
This commit is contained in:
parent
177d987769
commit
a101cc4fb7
|
|
@ -75,7 +75,7 @@ function delHandle() {
|
|||
const loading = ref(false)
|
||||
// 确认
|
||||
function confirmHandle() {
|
||||
if (!number.value || !number.value <= 0) return
|
||||
if (!number.value || number.value <= 0) return
|
||||
if (props.type == 2) {
|
||||
if (number.value.length < 6) {
|
||||
ElMessage.error('请输入正确的密码')
|
||||
|
|
|
|||
Loading…
Reference in New Issue