dataForWx = { "link": "http://evp.51job.com/BI/index.shtml", //微信链接 "imgUrl": "http://evp.51job.com/BI/cover.jpg", //微信logo "title": "勃林格殷格翰(中国)投资有限公司人才招聘", //微信标题 "desc": "期待你的加入", }; wx.config({ debug: false, appId: 'wx3f4e3b608aa393ac', timestamp: 1779124822, nonceStr: 'I4fFnZFStuzcTdFD', signature: '3c3e8f40b72a6c088cfc43e0b08c62c4f845d1bd', jsApiList: [ 'onMenuShareAppMessage', 'onMenuShareTimeline' ] }); wx.ready(function() { wx.onMenuShareAppMessage({ title: dataForWx.title, desc: dataForWx.desc, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); wx.onMenuShareTimeline({ title: dataForWx.title, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); });