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=3211&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: 1747145994, nonceStr: '5qocb7HRKtTja3Xd', signature: '65e1fc3a07693bc5bcf8996557542745cbfe385a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5e7c\u513f\u70eb\u4f24\u9891\u53d1\uff0c\u533b\u751f\u5efa\u8bae\u91cd\u89c6\u5b89\u5168\u9632\u62a4","smalltext":"5\u67087\u65e5\u4e0a\u53489\u65f6\u8bb8\uff0c\u7b14\u8005\u5728\u5e02\u4eba\u6c11\u533b\u9662\u70e7\u4f24\u5916\u79d1\u4f4f\u9662\u75c5\u623f\u770b\u5230\uff0c\u8be5\u79d1\u5e8a\u4f4d\u51e0\u4e4e\u4f4f\u6ee1\uff0c\u534a\u5c0f\u65f6\u5185\u6362\u836f\u5ba4\u91cc\u5c31\u540c\u65f6\u6765\u4e86\u597d\u51e0\u4f4d\u5c0f\u670b\u53cb\uff0c\u4ed6\u4eec\u90fd\u662f\u5728\u5bb6\u957f\u966a\u540c\u4e0b\u524d\u6765\u6362\u836f\uff0c\u70e7\u4f24\u5916\u79d1\u4e3b\u6cbb\u533b\u5e08\u5b59\u8d85\u3001\u6881\u821c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3211"}; 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 () { } }); }); }