var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '崇州市在全域范围内开展2018年“最美”系列评选活动,现已进入投票阶段,此次投票将评选出最美小区(院', link: 'https://yulan.youtoupiao.com/page/detail/id/e0e6f1c0e657291b/iid/49880b0fcab79a3d.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":1716023179,"nonceStr":"3b9e30d15363332d4b7d9f5901c90ebf","signature":"5520634627a4eeb8ef51fe4e28f9d4ad47dad40d","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'); } }); });