Commit 84290d02 authored by coolfish's avatar coolfish

打包

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