Browse Source

删除多余的方法

hangb 7 years ago
parent
commit
f739479501
1 changed files with 0 additions and 7 deletions
  1. 0 7
      components/mobile/user/Info.vue

+ 0 - 7
components/mobile/user/Info.vue

@@ -89,13 +89,6 @@
           window.location.href = decodeURIComponent(this.getMobile)
         }
       }
-      // jumpSet (info) {
-      //   if (info === 'email') {
-      //     window.location.herf = decodeURIComponent(this.getEmail)
-      //   } else if (info === 'mobile') {
-      //     window.location.herf = decodeURIComponent(this.getMobile)
-      //   }
-      // }
     }
   }
 </script>