hangb 7 лет назад
Родитель
Сommit
280d2d6b20
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/mobile/user/Info.vue

+ 2 - 2
components/mobile/user/Info.vue

@@ -77,9 +77,9 @@
       },
       },
       jumpSet (info) {
       jumpSet (info) {
         if (info === 'email') {
         if (info === 'email') {
-          window.location.herf = decodeURIComponent(this.getEmail)
+          window.location.href = decodeURIComponent(this.getEmail)
         } else if (info === 'mobile') {
         } else if (info === 'mobile') {
-          window.location.herf = decodeURIComponent(this.getMobile)
+          window.location.href = decodeURIComponent(this.getMobile)
         }
         }
       }
       }
     }
     }