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=2825&classid=13&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: 1744883909, nonceStr: 'UTG6WwXXZSsch852', signature: '7f53fbbea7898171ae6f2de5df09d0bea88b55e5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\uff1a\u6253\u9020\u54c1\u5ba3\u56e2\u961f \u4f20\u64ad\u5b9d\u77f3\u82b1\u4eba\u6587\u7cbe\u795e","smalltext":"\u968f\u7740\u533b\u7597\u536b\u751f\u4f53\u5236\u6539\u9769\u7684\u4e0d\u65ad\u6df1\u5316\uff0c\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\u53d1\u751f\u4e86\u5de8\u5927\u7684\u6539\u53d8\u3002\u5168\u4f53\u533b\u52a1\u4eba\u5458\u4ece\u4e0a\u5230\u4e0b\uff0c\u9f50\u5fc3\u534f\u529b\uff0c\u66f4\u52a0\u91cd\u89c6\u533b\u9662\u7684\u5b9d\u77f3\u82b1\u4eba\u6587\u5f62\u8c61\u7684\u5efa\u8bbe\u548c\u7ef4\u62a4\u3002\u6211\u9662\u7684\u54c1\u5ba3\u56e2\u961f\u662f\u4e00\u652f\u4f18\u79c0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2825"}; 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 () { } }); }); }