<template> <p class="bottom_about_des">本服务由浙江政务服务网、柯桥区教育体育局、浙江行之教育信息咨询有限公司提供<br>服务咨询热线:<span @click="call">400-826-2468</span></p> </template> <script> export default { methods: { call () { ZWJSBridge.phoneCall({ "corpId": "400-826-2468" }).then(res => { console.log(res) }).catch(err => { console.log(err) }) } } } </script> <style lang="scss"> .bottom_about_des { font-size: 26px; text-align: center; padding: 40px; span{ color: rgb(41, 122, 189); } } </style> <style lang="scss"> .elder { .bottom_about_des { font-size: 32px; } } </style>