|
@@ -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">
|
|
@@ -297,6 +297,9 @@ export default {
|
297
|
297
|
this.position = cretorPosition.role_name;
|
298
|
298
|
}
|
299
|
299
|
});
|
|
300
|
+ },
|
|
301
|
+ toEle(){
|
|
302
|
+ this.$router.push("/ElectronicSignature?id=" + this.ids)
|
300
|
303
|
}
|
301
|
304
|
},
|
302
|
305
|
created() {
|