diff --git a/js/contact.js b/js/contact.js index ce87c5c..e6bf631 100644 --- a/js/contact.js +++ b/js/contact.js @@ -343,15 +343,19 @@ var convertData = function (data) { option = { backgroundColor: '#fff', - // title: { - // text: '全国主要城市空气质量', - // subtext: 'data from PM25.in', - // sublink: 'http://www.pm25.in', - // left: 'center', - // textStyle: { - // color: '#fff' - // } - // }, + title: { + text: '联系我们', + subtext: '打造创新型停车场 轻松停车', + left: 'center', + textStyle: { + color: '#000', + fontSize:'36', + }, + subtextStyle:{ + color: 'rgba(0,0,0,.7)', + fontSize:'22', + } + }, tooltip : { show:false, },