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=6406&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: 1746134913, nonceStr: 'pjzHDuuIyx6qS8Cv', signature: '38d8e262063b48ce1937e0dabbf02c2ba0d7e849', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662:\u8d70\u8fdb\u829d\u7f58\u533a\u6d88\u9632\u6551\u63f4\u5927\u961f\u5f00\u5c55\u6025\u6551\u77e5\u8bc6\u5927\u8bfe\u5802","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63d0\u9ad8\u6d88\u9632\u6551\u63f4\u4eba\u5458\u5728\u5904\u7f6e\u7a81\u53d1\u4e8b\u4ef6\u3001\u610f\u5916\u4f24\u5bb3\u4e8b\u6545\u73b0\u573a\u7684\u6551\u62a4\u80fd\u529b\uff0c\u719f\u7ec3\u638c\u63e1\u5e94\u6025\u6551\u62a4\u77e5\u8bc6\u548c\u81ea\u6551\u4e92\u6551\u6280\u80fd\u3002\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u6df1\u5165\u8d2f\u5f7b\u843d\u5b9e\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e\u8df5\u53ca\u300a\u829d\u7f58\u533a\u201c\u56db\u9001\u56db","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6406"}; 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 () { } }); }); }