From 60392dd6e257ff40eb8c9daf0c91a104c843eee0 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Thu, 25 May 2023 16:11:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=9C=8D=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/pages/user/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yudao-ui-app/pages/user/index.vue b/yudao-ui-app/pages/user/index.vue index 8ed53f4f3..3ef682395 100644 --- a/yudao-ui-app/pages/user/index.vue +++ b/yudao-ui-app/pages/user/index.vue @@ -95,7 +95,7 @@ @click="jumpPage('/pages/users/user_spread_code/index')"> - + @@ -254,6 +254,11 @@ url: url }) }, + callPhone() { + if(this.tenantInfo.serviceMobile){ + window.location.href = `tel:${this.tenantInfo.serviceMobile}` + } + }, kefuClick() { if (this.tenantInfo.wxKfUrl) { location.href = this.tenantInfo.wxKfUrl