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=3960&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: 1715606644, nonceStr: 'YUaGD7r7V6ZkfxhI', signature: '5c8bf910818353416ca7264a198bb56cf98e43ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e1c\u897f\u90e8\u534f\u4f5c\u4f20\u5927\u7231 2\u4eba\u83b7\u8bc4\u8d35\u5dde\u7701\u4f18\u79c0\u5e2e\u6276\u4e2a\u4eba","smalltext":"2021\u5e741\u670820\u65e5\uff0c\u8d35\u5dde\u63f4\u9ed4\u533b\u7597\u536b\u751f\u5bf9\u53e3\u5e2e\u6276\u5de5\u4f5c\u89c6\u9891\u4f1a\u8bae\u5728\u8d35\u9633\u53ec\u5f00\u3002\u4f1a\u4e0a\uff0c\u8d35\u5dde\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5bf92016-2020\u5e74\u63f4\u9ed4\u533b\u7597\u536b\u751f\u5bf9\u53e3\u5e2e\u6276\u5de5\u4f5c\u8868\u73b0\u7a81\u51fa\u7684\u4f18\u79c0\u96c6\u4f53\u548c\u4e2a\u4eba\u7ed9\u4e88\u901a\u62a5\u8868\u626c\u3002\u4f5c\u4e3a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3960"}; 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 () { } }); }); }