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.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":1715892710,"nonceStr":"fbd0133859147aceb9a75e160ed06908","signature":"12dec5f83aac6f4549a0c16918ebcc73458426d0","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'); } }); });