var share = { share_title: config.share_title ? config.share_title : document.title, share_desc: config.share_desc ? config.share_desc : '【活动主办】湖北省知识产权局、湖北广播电视台【活动承办】湖北广播电视台电视综合事业部、湖北省知识产权', link: 'https://mcbcd5c82b17e4979.wxvote.pingxuan123.com/page/detail/id/2e6bedabc0658c87.html?iid=50f6449fc049590e', 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":1715237456,"nonceStr":"ced7ce5166a8638186d333862f2ad29f","signature":"1a1d531cb6310d09d9303c98655273e1a7b20b28","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'); } }); });