Commit 84290d02 authored by coolfish's avatar coolfish

打包

parent d492b665
......@@ -9,6 +9,9 @@
<script src="js/main.js"></script>
</head>
<body>
<div style="display:none">
<img src="http://hfads.apps.xiaoyun.com/images/wx.jpg">
</div>
<div class="top-wrapper">
<div class="top-nav clearfix">
<div class="top-nav-left">
......@@ -178,34 +181,32 @@
</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/wx.png'
};
wx.config({
debug: false,
appId: '<%= appid || '' %>',
timestamp: <%= timestamp || '' %>,
nonceStr: '<%= nonceStr || '' %>',
signature: '<%= signature || '' %>',
jsApiList: [
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
'onMenuShareQZone'
]
});
wx.ready(function () {
wx.onMenuShareTimeline(shareData);
wx.onMenuShareAppMessage(shareData);
wx.onMenuShareQQ(shareData);
wx.onMenuShareWeibo(shareData);
wx.onMenuShareQZone(shareData);
});
}
var shareData = {
title: '红椒易X小云蜂巢新媒体广告平台',
desc: '整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。',
link: 'http://hfads.apps.xiaoyun.com/',
imgUrl: 'http://hfads.apps.xiaoyun.com/images/wx.jpg'
};
wx.config({
debug: false,
appId: '<%= appid || '' %>',
timestamp: <%= timestamp || '' %>,
nonceStr: '<%= nonceStr || '' %>',
signature: '<%= signature || '' %>',
jsApiList: [
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
'onMenuShareQZone'
]
});
wx.ready(function () {
wx.onMenuShareTimeline(shareData);
wx.onMenuShareAppMessage(shareData);
wx.onMenuShareQQ(shareData);
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