var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '一、活动背景中国新能源汽车产业正处于弯道超车的关键时期,而锂电池无疑是其中的核心关键;储能锂电池的发', link: 'https://m38a72580d6a944ac.wxvote.pingxuan123.com/page/show/id/fae54dd0669b4c49.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":1715942682,"nonceStr":"83ffd254037cd685247d0c6da5419dbc","signature":"59e530e46084f48aaee3b02b6cf43fb7e308f97e","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'); } }); });