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=4388&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: 1716058970, nonceStr: 'meATwmNxZaVuWVyA', signature: '8473c3d3dd1395ba12b2ec5bfcf9362dbb985c61', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u8d70\u8fdb\u65b0\u6865\u5c0f\u5b66\u5f00\u5c55\u201c\u7231\u773c\u65e5\u201d\u5065\u5eb7\u77e5\u8bc6\u8bb2\u5ea7","smalltext":"2021\u5e746\u67086\u65e5\u662f\u7b2c26\u4e2a\u5168\u56fd\u7231\u773c\u65e5\uff0c\u4eca\u5e74\u5168\u56fd\u7231\u773c\u65e5\u7684\u4e3b\u9898\u662f\u201c\u5173\u6ce8\u666e\u904d\u7684\u773c\u5065\u5eb7\u201d\u3002\u4e3a\u4e86\u589e\u5f3a\u9752\u5c11\u5e74\u7684\u7231\u773c\u610f\u8bc6\uff0c\u63d0\u9ad8\u5b66\u751f\u5065\u5eb7\u7d20\u517b\uff0c6\u67083\u65e5\u4e0a\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u533b\u52a1\u4eba\u5458\u8d70\u8fdb\u65b0\u6865\u5c0f\u5b66\uff0c\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4388"}; 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 () { } }); }); }