|
|
@@ -75,9 +75,9 @@
|
|
|
},
|
|
|
jumpSet (info) {
|
|
|
if (info === 'email') {
|
|
|
- window.open(this.getEmail, '_blank')
|
|
|
+ window.location.herf = decodeURIComponent(this.getEmail)
|
|
|
} else if (info === 'mobile') {
|
|
|
- window.open(this.getMobile, '_blank')
|
|
|
+ window.location.herf = decodeURIComponent(this.getMobile)
|
|
|
}
|
|
|
}
|
|
|
}
|