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