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=5597&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: 1714536085, nonceStr: 'ql9xUPSYeKSF8eb7', signature: '088307ae6ab2bf9cab4e2b3d591ec057a3e68ada', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a170\u4f59\u540d\u5fd7\u613f\u8005\u52a0\u5165\u201c\u4e2d\u534e\u9aa8\u9ad3\u5e93\u201d","smalltext":"\u4e3a\u8df5\u884c\u201c\u4eba\u9053\u3001\u535a\u7231\u3001\u5949\u732e\u201d\u7684\u7ea2\u5341\u5b57\u7cbe\u795e\uff0c\u8fd1\u65e5\uff0c\u533a\u7ea2\u5341\u5b57\u4f1a\u7ec4\u7ec7\u5f00\u5c55\u201c\u5927\u7231\u65e0\u7586\uff0c\u751f\u547d\u6c38\u7eed\u201d2023\u5e74\u5ea6\u9020\u8840\u5e72\u7ec6\u80de\u5fd7\u613f\u8005\u96c6\u4e2d\u62db\u52df\u6d3b\u52a8\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u5f20\u70af\u3001\u674e\u4f73\u3001\u5f20","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5597"}; 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 () { } }); }); }