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