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/b703f6ad2d8d4ca.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":1749915436,"nonceStr":"ce21df4a3620dffeb247823796c571f7","signature":"a7a006332eec676d7337790bd5bd3f15fdc163f4","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'); } }); });