var share = { share_title: tplConfig.share.share_title ? tplConfig.share.share_title : document.title, share_desc: tplConfig.share.share_desc ? tplConfig.share.share_desc : '奖项设置:★★★★★ 综合奖:“文明规范服务五星级网点” 单项奖:“文明规范服务星级示范网点” 、“', link: 'https://yulan.youtoupiao.com/page/show/id/93a7c6a0ae5b79b0.html', imgUrl: tplConfig.share.share_img ? tplConfig.urls.url_uploads_path + tplConfig.share.share_img + tplConfig.coverTag.img_tag_share : $('img').eq(0).attr('src') }; wx.config({"appId":"wxb6a454852c62b7e0","timestamp":1754179858,"nonceStr":"9fdb615892f80ef6aba6a55a56511bee","signature":"e6257e5c8f9c45466540b82e1eaf385273d3f289","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(tplConfig.urls.url_share + '?type=2'); } }); wx.onMenuShareTimeline({ title: share.share_title, link: share.link, imgUrl: share.imgUrl, success: function () { requestUrlBg(tplConfig.urls.url_share + '?type=1'); } }); });