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=2314&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: 1747123791, nonceStr: 'njXNjLtGDTNf3Zab', signature: '4f6b3bce5403e94612df9d3c4ecf1efd2f68da3a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u6700\u7f8e\u201c\u6297\u75ab\u8005\u201d","smalltext":"2020\u5e741\u6708\uff0c\u65b0\u51a0\u75ab\u60c5\u8086\u63a0\u534e\u590f\uff0c\u4e00\u573a\u7a7a\u524d\u6d69\u52ab\uff0c\u7a81\u4e34\u795e\u5dde\u5927\u5730\uff0c\u5343\u5343\u4e07\u4e07\u7684\u540c\u80de\u54c0\u568e\u75db\u82e6\uff0c\u751f\u79bb\u6b7b\u522b\uff0c\u591a\u5c11\u5bb6\u5ead\u9aa8\u8089\u5206\u79bb\uff0c\u9634\u9633\u4e24\u9694\uff0c\u95fb\u201c\u51a0\u201d\u4e27\u80c6\u30022020\u5e74\u7684\u6625\u8282\u5c06\u88ab\u8f7d\u5165\u53f2\u518c\u3002\u5927\u5e74\u521d\u4e00\uff0c\u56db\u5ddd\u7701\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2314"}; 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 () { } }); }); }