Commit d492b665 authored by coolfish's avatar coolfish

修改

parent e80165e1
......@@ -4,7 +4,6 @@
<title>红椒易X小云蜂巢新媒体广告平台</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel='stylesheet' href='/css/style.css' />
<script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/particles.js"></script>
<script src="js/main.js"></script>
......@@ -177,12 +176,14 @@
</div>
</div>
</body>
<script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script type="text/javascript">
window.onload = function () {
var shareData = {
title: '红椒易X小云蜂巢新媒体广告平台',
desc: '整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。',
link: 'http://hfads.apps.xiaoyun.com/',
imgUrl: 'http://hfads.apps.xiaoyun.com/images/hjy@wx.png'
imgUrl: 'http://hfads.apps.xiaoyun.com/images/wx.png'
};
wx.config({
debug: false,
......@@ -205,5 +206,6 @@
wx.onMenuShareWeibo(shareData);
wx.onMenuShareQZone(shareData);
});
}
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment