var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '2021天华设计大奖线上点赞活动是“天华设计大奖”系列活动的一环,旨在鼓励良性互动,并且通过人气点赞', link: 'https://m7d801d94ff88e955.wxvote.pingxuan123.com/page/rule/id/783f94fd6a887dad.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":1714919623,"nonceStr":"ca21125ade5445c05dfd16fffcd5d6c7","signature":"f1185dfc2b5934253d990268c75178657e011d21","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'); } }); });