var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '投票活动说明主办单位:《施工技术》杂志社承办单位:《施工技术》杂志社 亚太建设科技信息研究院有限公司', link: 'https://md50e657d89c3be05.wxvote.pingxuan123.com/page/show/id/3e9f4783ae205a12.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":1751747348,"nonceStr":"c9880f57c8c21d4ca7322f2d9fbd20c3","signature":"d5c7d47cb010df66cd40a12bcbb8542e9e4296c6","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'); } }); });