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=4680&classid=11&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: 1716023602, nonceStr: 'G7jLYHAsDf8Ttha1', signature: '78cb430243f1510a0251de500fd3c0a59cee9720', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5609\u5174\u5e02\u7b2c\u4e00\u533b\u9662-\u6253\u9020\u201c\u5723\u5fc3\u201d\u6587\u5316\u54c1\u724c\u4e30\u5bcc\u533b\u9662\u4eba\u6587\u5185\u6db5","smalltext":"\u79c0\u6c34\u6cf1\u6cf1\uff0c\u7ea2\u8239\u4f9d\u65e7\u3002\u5609\u5174\u5e02\u7b2c\u4e00\u533b\u9662\u5750\u843d\u5728\u4e2d\u56fd\u5171\u4ea7\u515a\u7684\u8bde\u751f\u5730\u6d59\u6c5f\u5609\u5174\u3002\u533b\u9662\u59cb\u5efa\u4e8e1920\u5e74\uff0c\u524d\u8eab\u4e3a\u6cd5\u56fd\u5929\u4e3b\u6559\u5df4\u9ece\u4ec1\u7231\u4f1a\u5609\u5174\u4ec1\u7231\u5802\u5f00\u529e\u7684\u5723\u5fc3\u533b\u9662\u3002\u5c81\u6708\u60a0\u60a0\uff0c\u6ca7\u6d77\u6851\u7530\uff0c\u7ecf\u8fc7\u4e00\u4ee3\u4ee3","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4680"}; 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 () { } }); }); }