function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=5363&classid=5&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1714376275, nonceStr: 'BQVSU3FP4ceGYOGN', signature: 'e34185605de553495e1840f35c954f42b7782eeb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/d\/file\/p\/202206\/1c2d7b0bcaff677b0a51848354b50648.jpg","title":"\u3010\u516c\u544a\u30112022\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5b9a\u4e8e7\u670821\u65e5\u81f323\u65e5\u4e3e\u884c","smalltext":"\u7ecf\u7ec4\u59d4\u4f1a\u5546\u8bae\uff0c\u8003\u8651\u5f53\u524d\u75ab\u60c5\u5f62\u52bf\uff0c\u7b2c\u4e09\u5c4a\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u6d3b\u52a8\u5b9a\u4e8e2022\u5e747\u670821\u65e5\u81f323\u65e5\u5728\u6210\u90fd\u4e3e\u884c\u3002\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u62a5\u9001\u4f5c\u54c1\u622a\u7a3f\u65f6\u95f4\u63a8\u8fdf\u81f36\u670810\u65e5\uff0c6\u670816\u65e5\u516c\u5e03\u83b7\u5956\u540d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5363"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }