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=5145&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: 1743764390, nonceStr: 'fk6aXgmLW6cbfl9A', signature: '7850e0e15cf820a6a8731afd9788238bce5fc5df', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e24\u5f2069\u5e74\u524d\u7684\u533b\u5e08\u8bc1","smalltext":" \u8fd1\u65e5\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u6536\u5230\u793e\u4f1a\u70ed\u5fc3\u4eba\u58eb\u6350\u8d60\u7ed9\u533b\u9662\u7684\u4e24\u5f20\u533b\u5e08\u8bc1\uff0c\u6211\u4eec\u6253\u5f00\u770b\u4e00\u770b\uff1a\u8fd9\u662f1953\u5e748\u6708\u4e2d\u592e\u4eba\u6c11\u653f\u5e9c\u536b\u751f\u90e8\u9881\u53d1\u7684\u300a\u533b\u5e08\u8bc1\u4e66\u300b\uff0c\u8bc1\u4e66\u7684\u6837\u5f0f\u5f88\u5177\u5f53\u5e74\u7279\u8272\uff0c\u6587\u5b57\u91c7\u7528\u7ad6\u5411","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5145"}; 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 () { } }); }); }