From 5c34dacb055def0d1b6a3ad36727b52f4595481e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Fri, 29 Oct 2021 17:09:15 +0800 Subject: [PATCH] =?UTF-8?q?update=E4=BF=AE=E6=94=B9=E6=8B=A8=E6=89=93?= =?UTF-8?q?=E7=94=B5=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/App.vue | 35 +++++++++++++++++----------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/App.vue b/FrontCode2/sunshine_levy/src/App.vue index af340b6..0ab7996 100644 --- a/FrontCode2/sunshine_levy/src/App.vue +++ b/FrontCode2/sunshine_levy/src/App.vue @@ -2,21 +2,15 @@
-
- 进入老年模式 -
+
进入老年模式
为方便老年用户,可点击此按钮进入 老年模式 查询信息。
-
- 更大的字体,更多的贴心~ -
-
- 轻触屏幕关闭此指引 -
+
更大的字体,更多的贴心~
+
轻触屏幕关闭此指引
@@ -36,7 +30,11 @@

本服务由浙江政务服务网、宁波市住房保障和房屋征收管理中心提供

- 服务咨询热线: 0574-88086606 + 服务咨询热线: + 0574-88086606

退出老年模式 @@ -57,7 +55,7 @@ export default { mode: false, isLoading: true, - show: true + show: true, }; }, created() { @@ -90,8 +88,19 @@ export default { }, inputEvent() { localStorage.setItem("overlay", "flase"); - } - } + }, + callphone(phonenumber) { + ZWJSBridge.phoneCall({ + corpId: phonenumber, + }) + .then((result) => { + console.log(result); + }) + .catch((error) => { + console.log(error); + }); + }, + }, };