优化代码

This commit is contained in:
pengxiaolong
2025-08-21 21:36:08 +08:00
parent 5a39e461fe
commit 89014e306e
21 changed files with 370 additions and 151 deletions

View File

@@ -103,7 +103,7 @@ function userNameBlur() {
ElMessage.success('用户名可用');
userNamebtn.value = true
}
})
}).catch((err) => {});
}
//下一步
function nextStep() {
@@ -157,7 +157,7 @@ function check(id) {
pollstop()
router.push('/nav')
}
})
}).catch((err) => {});
}, 2000);
}
function pollstop() {