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=6571&classid=14&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: 1749064268, nonceStr: 'ktED5x8h4gYerkzS', signature: 'ab57a1e13033cbdd90baef439f5e6fb67a7eb851', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7167\u8fdb\u5fc3\u5e95\u7684\u4e00\u675f\u5149","smalltext":"\u5409\u59c6\u00b7\u6d1b\u5c14\u8bf4\u8fc7\uff1a\u201c\u751f\u547d\u5373\u662f\u6545\u4e8b\uff0c\u6545\u4e8b\u5373\u662f\u751f\u547d\u201d\u3002\u8046\u542c\u6545\u4e8b\uff0c\u5c31\u662f\u8fdb\u5165\u4e00\u4e2a\u4eba\u7684\u751f\u547d\u3002\u53ea\u6709\u751f\u547d\u624d\u80fd\u8fdb\u5165\u751f\u547d\uff0c\u53ea\u6709\u7075\u9b42\u624d\u80fd\u4e0e\u7075\u9b42\u4ea4\u6d41\u3002\u201c\u554a\u2026\u2026\u597d\u75db\u554a!\u554a\u2026\u2026\u201d\u75c5\u623f\u4e0d\u65f6\u4f1a\u4f20\u6765\u4e00\u9635","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6571"}; 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 () { } }); }); }