var share = {
share_title: config.share_title ? config.share_title : document.title,
share_desc: config.share_desc ? config.share_desc : '活动时间:报名时间:9月11日-9月14日投票时间:9月15日-9月20日颁奖时间:9月22日上午1',
link: 'https://mfd369603d6eeca04.wxvote.pingxuan123.com/page/rule/id/2fc1dbd4445adb0.html',
imgUrl: config.share_img ? config.url_uploads_path + config.share_img + config.img_tag_share : $('img').eq(0).attr('src')
};
wx.config({"appId":"wxb6a454852c62b7e0","timestamp":1748651335,"nonceStr":"1e9a86ef0b5c2972e9d6b6b3b0531dda","signature":"97f471ddf7dd26a8d0cc9c005aca8f609069077b","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(config.url_share + '?type=2');
}
});
wx.onMenuShareTimeline({
title: share.share_title,
link: share.link,
imgUrl: share.imgUrl,
success: function () {
requestUrlBg(config.url_share + '?type=1');
}
});
});