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=6788&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: 1743703091, nonceStr: 'k9XKj2NWtJP5cMHK', signature: '143f3d1959115a638767ba1174263c6f43efd75e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u8001\u5e74\u4eba\u9001\u4e0a\u53cb\u597d\u578b\u75c5\u623f","smalltext":"\u201c\u533b\u62a4\u4eba\u5458\u5bf9\u8001\u4eba\u6709\u7231\u3001\u4eb2\u5207\uff0c\u771f\u5fc3\u7684\u5f88\u611f\u52a8\uff0c\u8c22\u8c22\u8fd9\u4e2a\u79d1\u5ba4\u7684\u6240\u6709\u4eba\u5458\uff0c\u5e0c\u671b\u5c06\u8fd9\u4e2a\u79d1\u5ba4\u5927\u529b\u63a8\u5e7f\u51fa\u53bb\u2026\u2026\u201d\u8fd1\u671f\uff0c\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u795e\u7ecf\u5185\u79d1\u4e09\u75c5\u533a\uff08\u8001\u5e74\u795e\u7ecf\u79d1\uff09\u6536\u5230\u4e86\u4e00\u5c01\u6765\u81ea\u60a3\u8005\u5d14","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6788"}; 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 () { } }); }); }