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