@ -431,6 +431,15 @@ function basicVerification() {
});
return false;
}
if (password.value.length < 8) {
uni.showToast({
title: "密码长度不能少于8位",
icon: "none",
if (switchType.value === "Phone") {
@ -335,6 +335,14 @@ async function register() {
return;
if (newPasswordFirst.value.length < 8) {
const account = changeAccount();
const res = await forgetApi({