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=4240&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: 1714855129, nonceStr: 'LZ8eifsvGXhruI63', signature: '1a070c4dc81084a98279a378ad4e9c21b52894de', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u5c55\u5b66\u4e60\u515a\u53f2\u3001\u7f05\u6000\u5148\u70c8\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8","smalltext":"\u6e05\u660e\u65f6\u8282\uff0c\u6000\u601d\u60a0\u8fdc\u3002\u4e3a\u6df1\u5165\u5f00\u5c55\u515a\u53f2\u5b66\u4e60\u6559\u80b2\uff0c\u6559\u80b2\u5f15\u5bfc\u6240\u5c5e\u515a\u5458\u91cd\u6e29\u515a\u7684\u5149\u8f89\u5386\u53f2\u548c\u4f18\u826f\u4f20\u7edf\uff0c\u5728\u6e05\u660e\u8282\u524d\u5915\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u5404\u652f\u90e8\u7ec4\u7ec7\u5f00\u5c55\u591a\u79cd\u5f62\u5f0f\u201c\u6e05\u660e\u8282\u201d\u796d\u626b\u9769\u547d\u70c8\u58eb\u5893\u4e3b\u9898\u515a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4240"}; 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 () { } }); }); }