var share = { share_title: tplConfig.share.share_title ? tplConfig.share.share_title : document.title, share_desc: tplConfig.share.share_desc ? tplConfig.share.share_desc : ' 本次评选是集团公司首届“创青春”青年创新成果展览会的重要组成部分,旨在通过评选发掘一批优秀项目', link: 'https://yulan.youtoupiao.com/page/show/id/a2c3318756fb9023.html', imgUrl: tplConfig.share.share_img ? tplConfig.urls.url_uploads_path + tplConfig.share.share_img + tplConfig.coverTag.img_tag_share : $('img').eq(0).attr('src') }; wx.config({"appId":"wxb6a454852c62b7e0","timestamp":1754410843,"nonceStr":"454367fcf5d91859c99448c645e8bfcd","signature":"0377165a6f9ce8f8a79a7c1a13561dde96fa9e90","jsApiList":["onMenuShareTimeline","onMenuShareAppMessage","hideAllNonBaseMenuItem"]}); wx.ready(function () { wx.onMenuShareAppMessage({ title: share.share_title, desc: share.share_desc, link: share.link, imgUrl: share.imgUrl, type: '', dataUrl: '', success: function () { requestUrlBg(tplConfig.urls.url_share + '?type=2'); } }); wx.onMenuShareTimeline({ title: share.share_title, link: share.link, imgUrl: share.imgUrl, success: function () { requestUrlBg(tplConfig.urls.url_share + '?type=1'); } }); });