|
|
|
@ -237,6 +237,9 @@ function computedFormSure() {
|
|
|
|
|
async function sendCode(value) {
|
|
|
|
|
if (!flag.value) return;
|
|
|
|
|
flag.value = false;
|
|
|
|
|
if(!(formForget.phone.length == 11)){
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
const res = await getCode({
|
|
|
|
|
phone: formForget.phone,
|
|
|
|
|
agentcode: formForget.agentcode,
|
|
|
|
|