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=5347&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: 1746134314, nonceStr: 'TK5PTxN3gnvReyV6', signature: '9655c394d3781ce6c1e84edbef21c26999d880f9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u963f\u59e8\uff0c\u9001\u60a8\u4e00\u5e45\u753b\u2026\u2026\u201d\u4e0a\u6d77\u5c0f\u670b\u53cb\u7684\u201c\u753b\u201d\u5f0f\u611f\u8c22\u592a\u6709\u7231\u4e86\uff01","smalltext":"\u201c\u963f\u59e8\uff0c\u9001\u60a8\u4e00\u5e45\u753b\uff0c\u60a8\u8f9b\u82e6\u4e86\uff01\u201d\u4eca\u5929\u4e0a\u5348\uff0c\u4e0a\u6d77\u65b0\u5e02\u5357\u8def561\u5f04\u7684\u6838\u9178\u91c7\u6837\u70b9\u53d1\u751f\u4e86\u611f\u4eba\u7684\u4e00\u5e55\uff0c\u4e00\u540d\u516d\u4e03\u5c81\u7684\u5c0f\u59d1\u5a18\u5728\u5b8c\u6210\u91c7\u6837\u540e\uff0c\u5c06\u4e00\u5e45\u81ea\u5df1\u753b\u7684\u753b\u9001\u7ed9\u4e86\u9a70\u63f4\u4e0a\u6d77\u7684\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u526f\u4e3b\u4efb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5347"}; 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 () { } }); }); }