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=2809&classid=10&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: 1715894765, nonceStr: 'PzJqIwekxD0Xw49B', signature: 'ea990af28877f2e5398cae7f79a02f9206bba302', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90f4\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u4f20\u627f\u767e\u5e74\u60e0\u7231\u7cbe\u533b \u6253\u9020\u6709\u60c5\u6000\u7684\u4eba\u6587\u533b\u9662","smalltext":"\u90f4\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u521b\u7acb\u4e8e1907\u5e74\uff0c\u662f\u4e00\u6240\u5177\u6709112\u5e74\u5386\u53f2\u7684\u96c6\u533b\u7597\u6025\u6551\u3001\u79d1\u7814\u6559\u5b66\u3001\u5eb7\u590d\u4fdd\u5065\u4e3a\u4e00\u4f53\u7684\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u3002\u4f5c\u4e3a\u767e\u5e74\u540d\u9662\uff0c\u90f4\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\uff0c\u5c06","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2809"}; 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 () { } }); }); }