提交 e13ed501 编写于 作者: guangjun.yang's avatar guangjun.yang

测试打电话功能

上级 051b2cef
...@@ -71,17 +71,6 @@ export default { ...@@ -71,17 +71,6 @@ export default {
// 绘制图表 // 绘制图表
let options = { let options = {
color: echartColors, color: echartColors,
// title: {
// text: "总人数: 1,339,220人",
// // subtext: "纯属虚构",
// top: '20%',
// left: '60%',
// textStyle: {
// fontSize: 12,
// fontWeight: "bolder",
// color: "#000000"
// }
// },
tooltip: { tooltip: {
trigger: "item", trigger: "item",
formatter: "{a} <br/>{b} : {c} ({d}%)" formatter: "{a} <br/>{b} : {c} ({d}%)"
......
...@@ -10,9 +10,10 @@ module.exports = { ...@@ -10,9 +10,10 @@ module.exports = {
{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui' }, { name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui' },
{ name: 'screen-orientation', content: 'portrait' }, { name: 'screen-orientation', content: 'portrait' },
{ name: 'apple-mobile-web-app-capable', content: 'yes' }, { name: 'apple-mobile-web-app-capable', content: 'yes' },
{ name: 'format-detection', content: 'telephone=no' }, { name: 'format-detection', content: 'telephone=yes' },
{ name: 'full-screen', content: 'yes' }, { name: 'full-screen', content: 'yes' },
{ name: 'x5-fullscreen', content: 'true' }, { name: 'x5-fullscreen', content: 'true' },
{ name: 'x5-fullscreen', content: 'true' },
{ name: 'referrer', content: 'never' } { name: 'referrer', content: 'never' }
], ],
link: [ link: [
......
<template> <template>
<section class="container"> <section class="container">
<a href="tel:13817237261">打电话:13817237261</a>
<CommonHeader :title="projectInfo.projectName | shortName"></CommonHeader> <CommonHeader :title="projectInfo.projectName | shortName"></CommonHeader>
<CommonAreaSelect <CommonAreaSelect
@areaClick="areaTabClick" @areaClick="areaTabClick"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册