var share = {
share_title: tplCfg.param.text_share_title ? tplCfg.param.text_share_title : document.title,
share_desc: tplCfg.param.text_share_desc ? tplCfg.param.text_share_desc : ' 河南省社会信用体系建设典型案例征集评选暨厅(市)长谈信用活动由河南省发展改革委、中国经济信息社',
link: 'https://mb80cd91c9b4bda36.wxvote.pingxuan123.com/page/show/id/e7f1d22a6294e2f2/lid/34844.html',
imgUrl: tplCfg.param.share_cover ? 'https://cdn.youtoupiao.com/' + tplCfg.param.share_cover + '-vote2.share' : ($('img.width-pull').eq(0).attr('src') ? $('img.width-pull').eq(0).attr('src') : $('img.play-img').attr('src'))
};
wx.config({"appId":"wxb6a454852c62b7e0","timestamp":1747901775,"nonceStr":"73007881611cdd0901c0818296ed6318","signature":"f7a454d8dc0d305f644c443f666a7875bfa0d98a","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(tplCfg.urls.url_share + '?type=2');
}
});
wx.onMenuShareTimeline({
title: share.share_title,
link: share.link,
imgUrl: share.imgUrl,
success: function () {
requestUrlBg(tplCfg.urls.url_share + '?type=1');
}
});
});