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/ranking/id/e7f1d22a6294e2f2/lid/34849.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":1748679096,"nonceStr":"8c829148953111be12f9032570a12d2b","signature":"80923eed5b7a37f7f262a2f712f9607fd9bca89a","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');
}
});
});