congzc hace 1 año
padre
commit
239fc7e475
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/views/login/index.vue

+ 4
- 0
src/views/login/index.vue Ver fichero

@@ -1540,6 +1540,10 @@ async function getSMSToLogin(type: any) {
if (type == 3) {
myPhone.value = loginData3.value.email;
}
if (type == 7) {
myPhone.value = loginData3.value.email;
}
console.log(myPhone.value);
let phoneValide = phoneReg.test(myPhone.value);
if (!phoneValide) {
ElMessage.error(


Cargando…
Cancelar
Guardar