congzc 1 year ago
parent
commit
239fc7e475
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/views/login/index.vue

+ 4
- 0
src/views/login/index.vue View File

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


Loading…
Cancel
Save