Pārlūkot izejas kodu

地大:登录一次验证一次手机号

Michael Wang 6 gadi atpakaļ
vecāks
revīzija
a32e43bb3a
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/features/OnlineExam/PhoneVerifyForDD.vue

+ 1 - 2
src/features/OnlineExam/PhoneVerifyForDD.vue

@@ -34,8 +34,7 @@ export default {
     if (
       ["cugr.ecs.qmth.com.cn", "ecs-dev.qmth.com.cn"].includes(
         localStorage.getItem("domain")
-      ) &&
-      !localStorage.getItem("phoneVerified:" + this.user.phoneNumber)
+      )
     ) {
       this.phoneModal = true;
     }