hangb преди 8 години
родител
ревизия
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) {
         if (info === 'email') {
-          window.location.herf = decodeURIComponent(this.getEmail)
+          window.location.href = decodeURIComponent(this.getEmail)
         } else if (info === 'mobile') {
-          window.location.herf = decodeURIComponent(this.getMobile)
+          window.location.href = decodeURIComponent(this.getMobile)
         }
       }
     }