dataForWx = { "link": "http://2023.yingjiesheng.com/most/", //微信链接 "imgUrl": "http://2023.yingjiesheng.com/most/share.jpg", //微信logo "title": "2023年科技部事业单位公开招聘应届高校毕业生", //微信标题 "desc": " " //微信备注 }; wx.config({ debug: false, appId: '', timestamp: , nonceStr: '', signature: '', jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage', ] }); wx.ready(function() { wx.onMenuShareTimeline(dataForWx) wx.onMenuShareAppMessage(dataForWx) });