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 : '1.誉天下·尚都儿童最美摄影大赛为六一儿童节拍照活动延续,所有照片均为誉天下·尚都社区实景拍摄。您可',
link: 'https://m9abad56f512252a.wxvote.pingxuan123.com/page/show/id/7f458043e12115e0.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":1747398047,"nonceStr":"fc0f10582b415470b0c06079c180ecf8","signature":"4d6fc42aca8e2a172e243c710db37ef4eba98038","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');
}
});
});