var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '【活动意义】 1.了解和记录孩子的成长和进步; 2.让孩子的每一份学习成果都值得肯定和鼓励;', link: 'https://m263829c85765b8b4.wxvote.pingxuan123.com/page/ranking/id/7f1757ce11a273be/lid/22380.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":1714338438,"nonceStr":"0f184a366dbbe02d09207062c1a41f99","signature":"1859aa7d8b74ee810b01543daa9f270b9b8bdf59","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'); } }); });