dataForWx = { "link": "https://evp.51job.com/2020/baosteelresources/index.html", //微信链接 "imgUrl": "https://evp.51job.com/2020/baosteelresources/mobile/images/logo.jpg", //微信logo "title":"宝钢资源(国际)校园招聘", //微信标题 "desc":"我们相信一切“源”来触手可及", }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1775457825, nonceStr: 'bfI0B1cZUDEw4rJC', signature: 'b2fcb5e0d0cbb659e7e9ad378b33d9ada530ce8c', jsApiList: [ 'onMenuShareAppMessage', 'onMenuShareTimeline' ] }); wx.ready(function() { wx.onMenuShareAppMessage({ title: dataForWx.title, desc: dataForWx.desc, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) {f alert(JSON.stringify(res)); } }); wx.onMenuShareTimeline({ title: dataForWx.title, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); });