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=5116&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: 1716052508, nonceStr: 'hk7416OO108Qe8m8', signature: '0e47a5b1af96821fd9e5d25ed2a4df9068b8c8e3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u738b\u65b0\u6ce2\uff0c\u4f60\u5f2f\u8170\u6258\u8d77\u5b55\u5987\u7684\u6837\u5b50\u597d\u5e05\uff01","smalltext":"2021\u5e7412\u670816\u65e5\u65e9\u9ad8\u5cf0\u65f6\u6bb5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u5b89\u5168\u751f\u4ea7\u529e\uff08\u4fdd\u536b\u79d1\uff09\u7684\u5218\u5bb6\u541b\u6b63\u5728\u505c\u8f66\u573a\u5165\u53e3\u6267\u52e4\uff0c\u6b64\u65f6\u7b49\u5f85\u8fdb\u5165\u533b\u9662\u7684\u8f66\u8f86\u65e9\u5df2\u7ecf\u6392\u8d77\u4e86\u957f\u9f99\u30027:09\u5de6\u53f3\uff0c\u5218\u5bb6\u541b\u7a81\u7136\u53d1\u73b0\u4e00\u8f86\u5409\u666e\u8f66\u5f00\u7740\u53cc\u95ea\u706f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5116"}; 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 () { } }); }); }