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=2581&classid=11&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: 1746210492, nonceStr: 'VNEE9rBo2tzfpexl', signature: '6890f9600cd9eff77e8560eed21e5c603067cc86', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\uff1a\u8363\u8000\u4e4b\u8def","smalltext":"32\u5c81\u5e74\u8f7b\u7238\u7238\u56de\u5bb6\u8def\u4e0a\u9047\u8f66\u7978\u4e0d\u5e78\u8111\u6b7b\u4ea1\uff0c\u5bb6\u4eba\u6350\u732e\u51766\u4e2a\u5668\u5b98\u633d\u6551\u4ed6\u4eba32\u5c81\u7684\u59da\u5148\u751f\u662f\u4e24\u4e2a\u5b69\u5b50\u7684\u7238\u7238\uff0c\u4ed6\u906d\u9047\u4e25\u91cd\u8f66\u7978\uff0c\u7ecf\u62a2\u6551\u65e0\u6548\uff0c\u6700\u7ec8\u88ab\u5224\u5b9a\u8111\u6b7b\u4ea1\uff0c\u5e74\u8f7b\u7684\u751f\u547d\u81f3\u6b64\u621b\u7136\u800c\u6b62\u3002\u5bb6\u4eba\u60b2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2581"}; 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 () { } }); }); }