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=5592&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: 1746134212, nonceStr: 'ktcB0mzJ9uUlqkYe', signature: '62f771587313de2cc575461c90217bee839bfb0c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u89e3\u8bfb\u5168\u56fd\u4e24\u4f1a\u7cbe\u795e \u66f4\u597d\u7825\u783a\u524d\u884c","smalltext":"\u4e3a\u6df1\u5165\u5b66\u4e60\u8d2f\u5f7b\u515a\u7684\u4e8c\u5341\u5927\u7cbe\u795e\uff0c4\u670826\u65e5\u4e0b\u5348\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u8054\u5408\u83ca\u56ed\u65b0\u533a\u5e73\u57ce\u8def\u515a\u7fa4\u670d\u52a1\u4e2d\u5fc3\u5f00\u5c55\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8\uff0c\u4ee5\u201c\u4e58\u98ce\u7834\u6d6a \u7825\u783a\u524d\u884c\u201d\u4e3a\u4e3b\u9898\uff0c\u6df1\u523b\u89e3\u8bfb\u5168\u56fd\u4e24\u4f1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5592"}; 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 () { } }); }); }