var share = {
share_title: config.share_title ? config.share_title : document.title,
share_desc: config.share_desc ? config.share_desc : '投票开始:2018-5-7 00:00:00投票截止:2018-5-9 23:59:59投票规则:每',
link: 'https://mfc1c17774cd78ef0.wxvote.pingxuan123.com/page/ranking/id/e75ff838b3f4b2b5/lid/5326.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":1750471111,"nonceStr":"83624114b7fde43c8fedc75654e63550","signature":"d2689165810223c104647af5f1583edb0fe6fa11","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');
}
});
});