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=5168&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: 1743764383, nonceStr: '6IPtmJH3g0NqmNMV', signature: '79ed2233288874390600cb23573d0ae97845e6b9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u7f8e\u5c0f\u62a4\u53d8\u8eab\u7406\u53d1\u5e08\uff0c\u5e2e\u52a9\u4f4f\u9662\u8001\u4eba\u7406\u53d1\u8fce\u65b0\u5e74","smalltext":"89\u5c81\u7684\u6797\u7239\u7239\u56e0\u80c6\u56ca\u708e\u5408\u5e76\u91cd\u5ea6\u8425\u517b\u4e0d\u826f\u957f\u671f\u5728\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662(\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662)\u809d\u80c6\u80f0\u5916\u79d1\u4f4f\u9662\uff0c\u7531\u4e8e\u884c\u52a8\u4e0d\u4fbf\uff0c\u6797\u7239\u7239\u7684\u5934\u53d1\u5c31\u4e00\u76f4\u6ca1\u6709\u6253\u7406\uff0c\u8fd9\u773c\u770b\u9a6c\u4e0a\u8981\u8fc7\u5e74\u4e86\uff0c\u60f3\u7740\u8ba9\u6797\u7239\u7239\u8fc7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5168"}; 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 () { } }); }); }