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/show/id/7f1757ce11a273be/lid/22383.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":1715075733,"nonceStr":"551ce3127485f646b9a5026be5291432","signature":"5276a4450891961365870a2105bfc5adc0b6feb7","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'); } }); });