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 : '点赞“2020我喜爱的中国品牌”说明:本次活动涉及到的所有企业的任何品牌形象、信息、数据,若有异议,',
link: 'https://mb946c3ac8c0fd2de.wxvote.pingxuan123.com/page/show/id/d9acb19da9c64512/lid/16347.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'))
};
function resetShare() {
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 : '点赞“2020我喜爱的中国品牌”说明:本次活动涉及到的所有企业的任何品牌形象、信息、数据,若有异议,',
link: window.location.href,
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":1746169812,"nonceStr":"fec2beb81f2c8ca64b0a936ef9e3c79f","signature":"ab8723fe2fd4623554cd9450d9d81f581d928e85","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');
}
});
});