Browse Source

个人信息跳转

hangb 7 years ago
parent
commit
280d2d6b20
1 changed files with 2 additions and 2 deletions
  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)
         }
       }
     }