优化代码
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user