var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '为深入学习贯彻习近平新时代中国特色社会主义思想,大力弘扬劳模精神和工匠精神,打造邮政业精神文明建设的', link: 'https://yulan.youtoupiao.com/page/show/id/a8c7e9e062e34fff/lid/7462.html', imgUrl: config.share_img ? config.url_uploads_path + config.share_img + config.img_tag_share : $('img').eq(0).attr('src') }; wx.config({"appId":"wxb6a454852c62b7e0","timestamp":1730427501,"nonceStr":"1886bd4d8d31d637de85b26a25bbeda0","signature":"d534e88ca4dc73324e620c58d023f0667387c150","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(config.url_share + '?type=2'); } }); wx.onMenuShareTimeline({ title: share.share_title, link: share.link, imgUrl: share.imgUrl, success: function () { requestUrlBg(config.url_share + '?type=1'); } }); });