From abdbdebdb72052d68d71d1cde43156a0066225ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Mon, 24 Feb 2020 18:41:41 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-615=20=E9=97=AE=E5=8D=B7=E8=B0=83=E6=9F=A5?= =?UTF-8?q?VUE=20=E6=8B=A8=E6=89=93=E7=94=B5=E8=AF=9D=20--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/survey/ShareCover.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/survey/ShareCover.vue b/src/views/ebiz/survey/ShareCover.vue index 198458736..18d5d8157 100644 --- a/src/views/ebiz/survey/ShareCover.vue +++ b/src/views/ebiz/survey/ShareCover.vue @@ -53,7 +53,7 @@
{{ agentInfo.name }}
-
+
{{ agentInfo.mobile }}
@@ -219,6 +219,10 @@ export default { } } return theRequest[name] + }, + callPhone() { + console.log('callPhone') + window.location.href = 'tel://' + this.agentInfo.mobile } } }