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=3760&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: 1716090499, nonceStr: 'JAEaiCllpwz0Sr7p', signature: '5db4f121baf9c284dbd75c4bd00f6b7df452d4c8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5168\u56fd6\u4e2a\uff01\u82cf\u5dde\u4e00\u56e2\u961f\u83b7\u5f97\u5168\u56fd\u533b\u5b66\u79d1\u6280\u5956","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63a8\u52a8\u7814\u7a76\u578b\u533b\u9662\u5efa\u8bbe\uff0c\u4fc3\u8fdb\u6211\u56fd\u536b\u751f\u4e0e\u5065\u5eb7\u4e8b\u4e1a\u521b\u65b0\u53d1\u5c55\uff0c10\u670824\u65e5\uff0c\u7531\u4e2d\u56fd\u7814\u7a76\u578b\u533b\u9662\u5b66\u4f1a\u3001\u4e2d\u5173\u6751\u53d1\u5c55\u96c6\u56e2\u548c\u4eba\u6c11\u7f51\u00b7\u4eba\u6c11\u5065\u5eb7\u8054\u5408\u4e3b\u529e\u76842020\u4e2d\u56fd\u7814\u7a76\u578b\u533b\u9662\u9ad8\u5cf0\u8bba\u575b\u5728\u4eac\u4e3e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3760"}; 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 () { } }); }); }