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); + }); + }, + }, };