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=4815&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: 1716045300, nonceStr: 'prqslSyoBEXGdB0L', signature: '4035eb44032c2b9986e44d2aa3558140221ca877', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u89e3\u653e\u519b\u8054\u52e4\u4fdd\u969c\u90e8\u961f\u7b2c988\u533b\u9662-\u96c5\u8a00\u9882\u767e\u5e74\uff0c\u5929\u4f7f\u548f\u534e\u7ae0","smalltext":"\u4e00\u5c01\u5c01\u6d78\u900f\u9c9c\u8840\u3001\u9971\u542b\u6df1\u60c5\u7684\u5bb6\u4e66\uff0c\u662f\u5426\u76f4\u51fb\u4f60\u7684\u5fc3\u7075\uff1f\u4e00\u4e2a\u4e2a\u524d\u8d74\u540e\u7ee7\u3001\u820d\u751f\u5fd8\u6b7b\u7684\u6545\u4e8b\uff0c\u662f\u5426\u6253\u52a8\u4f60\u7684\u5fc3\u6249\uff1f\u4e00\u90e8\u90e8\u7825\u783a\u594b\u8fdb\u3001\u6ce2\u6f9c\u58ee\u9614\u7684\u53f2\u8bd7\uff0c\u662f\u5426\u80fd\u6fc0\u8d77\u4f60\u7684\u8d64\u5b50\u4e4b\u5fc3\uff1f2021\u5e74\u662f\u4e2d\u56fd\u5171\u4ea7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4815"}; 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 () { } }); }); }