congzc il y a 1 an
Parent
révision
239fc7e475
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      src/views/login/index.vue

+ 4
- 0
src/views/login/index.vue Voir le fichier

@@ -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(


Chargement…
Annuler
Enregistrer