var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '展示清远市花动人风采,一睹禾雀花的曼妙花容。清远盛兴中英文学校在2015年大面积引进种植禾雀花,上千', link: 'https://yulan.youtoupiao.com/page/detail/id/d30507df5e0a67ee/iid/623038ab1386d0e6.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":1749915033,"nonceStr":"7b995f4673431a0811380ac9b1c734ee","signature":"55d1dd8f89204a1741f88e256447c4762e23fda2","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'); } }); });