See999 4 years ago
parent
commit
6ee8543750
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/pages/my/index.vue

+ 6 - 3
src/pages/my/index.vue View File

@@ -45,15 +45,15 @@
45 45
         <van-icon class="arrow" name="arrow" />
46 46
       </div>
47 47
 
48
-      <router-link to="/ElectronicSignature">
49
-        <div class="myInfo1">
48
+      <!-- <router-link to="/ElectronicSignature"> -->
49
+        <div class="myInfo1" @click="toEle">
50 50
           <div class="myInfoLeft">
51 51
             <img src="../../assets/images/myIcon9.png" alt />
52 52
             <p>电子签名</p>
53 53
           </div>
54 54
           <van-icon class="arrow" name="arrow" />
55 55
         </div>
56
-      </router-link>
56
+      <!-- </router-link> -->
57 57
     </div>
58 58
 
59 59
     <div class="myBox">
@@ -296,6 +296,9 @@ export default {
296 296
           console.log("position", orgs);
297 297
         }
298 298
       });
299
+    },
300
+    toEle(){
301
+      this.$router.push("/ElectronicSignature?id=" + this.ids)
299 302
     }
300 303
   },
301 304
   created() {