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=4990&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: 1744317842, nonceStr: '1sJt1JRbeO8gbBwe', signature: '3de50f7f71a73ce27ef25aa0c3ca66486bce9583', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u6297\u7f8e\u63f4\u671d\u65f6\u671f\u7684\u4e00\u7ec4\u6025\u6551\u5305","smalltext":"\u96c4\u8d73\u8d73\uff0c\u6c14\u6602\u6602\uff0c\u8de8\u8fc7\u9e2d\u7eff\u6c5f\u3002\u4fdd\u548c\u5e73\uff0c\u536b\u7956\u56fd\uff0c\u5c31\u662f\u4fdd\u5bb6\u4e61\u3002\u4e2d\u56fd\u597d\u513f\u5973\uff0c\u9f50\u5fc3\u56e2\u7ed3\u7d27\u3002\u6297\u7f8e\u63f4\u671d\uff0c\u6253\u8d25\u7f8e\u5e1d\u91ce\u5fc3\u72fc\uff01\u7b14\u8005\u7684\u7236\u4eb2\u5c31\u662f\u4e00\u540d\u53c2\u52a0\u8fc7\u6297\u7f8e\u63f4\u671d\u7684\u8001\u5175\uff0c\u5c0f\u65f6\u5019\u5e38\u5e38\u542c\u7236\u4eb2\u54fc\u5531\u8fd9\u9996\u6b4c\u3002\u90a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4990"}; 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 () { } }); }); }