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=4341&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: 1744969915, nonceStr: 'ESNvgpZtms0qYjBk', signature: '7f21d744d342168334e4f9fd5056ac00083fe7ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u7126\u5999\u854a \u5f20\u7433\uff1a\u8424\u8424\u4e4b\u706b \u7167\u4eae\u524d\u8def","smalltext":"2021\u5e744\u670826\u65e5\uff0c\u6211\u4eec\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u5fc3\u7075\u5173\u6000\u56e2\u961f\u4e00\u884c9\u4eba\uff0c\u7531\u738b\u52c7\u526f\u9662\u957f\u4eb2\u81ea\u5e26\u961f\uff0c\u5e26\u7740\u559c\u60a6\u7684\u5fc3\u60c5\u8e0f\u4e0a\u4e86\u5357\u4e0b\u7684\u5217\u8f66\u3002\u6211\u4eec\u80cc\u8d1f\u7740\u884c\u56ca\uff0c\u6ee1\u6000\u7740\u70ed\u7231\uff0c\u5954\u8d74\u4e00\u573a\u522b\u6837\u7684\u7ea6\u5b9a----\u5230\u7f8e\u4e3d\u7684\u84c9\u57ce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4341"}; 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 () { } }); }); }