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=3986&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: 1745056474, nonceStr: 'FglBiSbrVXbur4s4', signature: 'c89af1771c6719f55885b8bda074463177dbe05c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u63f4\u85cf\u5f52\u6765\uff0c\u8fd8\u5728\u4f11\u6574\u671f\u7684\u4ed6\u5df2\u7ecf\u505a\u4e866\u53f0\u624b\u672f","smalltext":"1\u67088\u65e5\uff0c\u6b63\u662f\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u5916\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u8c22\u71ca\u4fa0\u7ed3\u675f\u63f4\u85cf\u4efb\u52a1\u8fd4\u6e29\u7684\u201c\u6ee1\u6708\u201d\u65e5\uff0c\u4ed6\u53c8\u201c\u5077\u5077\u201d\u8fdb\u624b\u672f\u5ba4\u505a\u4e86\u4e00\u53f0\u8179\u8154\u5de8\u5927\u80bf\u7624\u624b\u672f\u300212\u67088\u65e5\u56de\u6e29\u81f3\u4eca\uff0c\u95f2\u4e0d\u4f4f\u7684\u4ed6\u5df2\u7ecf\u5b8c\u6210\u4e866\u53f0\u624b\u672f\uff0c\u95e8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3986"}; 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 () { } }); }); }