var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '荆州是座历史文化名城,旅游资源丰富,旨在通过评选活动,提升网友对荆州市旅游资源的认知度,推进荆州市旅', link: 'https://m7254092e6889b097.wxvote.pingxuan123.com/page/show/id/525ca3b8bb3f068d.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":1754174817,"nonceStr":"1e37ffb45eefa0817787839ffbc48f86","signature":"52d4dc6dbd7bfb4d28af75ff05d3c109afbcac97","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'); } }); });