Commit 9ede54d2 by doszhang

dos

parent b847974f
...@@ -109,14 +109,14 @@ ...@@ -109,14 +109,14 @@
var timeline_desc = '点击你的奇遇,旅行大奖也在等你'; var timeline_desc = '点击你的奇遇,旅行大奖也在等你';
window.wxFriendData = { window.wxFriendData = {
'link': link, 'link': link,
'imgUrl': link + '/Public/static/image2/share.png', 'imgUrl': link + '/Public/static/image2/share.jpg',
'title': friend_title, 'title': friend_title,
'desc': friend_desc, 'desc': friend_desc,
success: function () {} success: function () {}
}; };
window.wxTimelineData = { window.wxTimelineData = {
'link': link, 'link': link,
'imgUrl': link + '/Public/static/image2/share.png', 'imgUrl': link + '/Public/static/image2/share.jpg',
'title': timeline_desc, 'title': timeline_desc,
success: function () {} success: function () {}
}; };
......
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