Pārlūkot izejas kodu

删除多余的方法

hangb 7 gadi atpakaļ
vecāks
revīzija
f739479501
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  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>