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/lid/6352.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":1754230734,"nonceStr":"b64aa43f5e82017894348061a5b114b8","signature":"a4229fd7764d564b8af2779502866292c1050fce","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'); } }); });