Commit b2a91238 by doszhang

dos

parent 9ca45bc3
...@@ -112,13 +112,17 @@ ...@@ -112,13 +112,17 @@
'imgUrl': link + '/Public/static/image2/share.jpg', 'imgUrl': link + '/Public/static/image2/share.jpg',
'title': friend_title, 'title': friend_title,
'desc': friend_desc, 'desc': friend_desc,
success: function () {} success: function () {
MtaH5.clickShare('wechat_friend');
}
}; };
window.wxTimelineData = { window.wxTimelineData = {
'link': link, 'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg', 'imgUrl': link + '/Public/static/image2/share.jpg',
'title': timeline_desc, 'title': timeline_desc,
success: function () {} success: function () {
MtaH5.clickShare('wechat_moments');
}
}; };
</script> </script>
<script type="text/javascript" <script type="text/javascript"
......
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 sign in to comment