let linkWX=window.location.href; dataForWx = { "link": linkWX, //微信链接 "imgUrl": "http://2021.yingjiesheng.com/astrazeneca/m/cover.jpg", //微信logo "title": "阿斯利康2021实习生招聘", //微信标题 "desc": "AstraZeneca WINGs program", }; wx.config({ debug: false, appId: '', timestamp: , nonceStr: '', signature: '', jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage', ] }); wx.ready(function() { wx.onMenuShareTimeline(dataForWx) wx.onMenuShareAppMessage(dataForWx) });