var share = { share_title: tplConfig.share.share_title ? tplConfig.share.share_title : document.title, share_desc: tplConfig.share.share_desc ? tplConfig.share.share_desc : '由广东省英德市连樟村果菜茶现代产业园管理委员会办公室主办的英德连樟村区域公用品牌LOGO设计大赛,1', link: 'https://mfa1cf6698f0152c5.wxvote.pingxuan123.com/page/show/id/6fcdc98281c3a8ae.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":1745876513,"nonceStr":"4622472ec5f9f06f9c39f9681135d6c3","signature":"ea5ebc5a5daabae32ed27c66f5ddc1dbdb474937","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'); } }); });