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=3263&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: 1747145455, nonceStr: 'Uh7i2sdE3cQq0xAT', signature: 'ef4f49d3724f43bf72ec2728806f65070ac82378', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u4eca\u5929\uff0c\u5411\u65b0\u65f6\u4ee3\u201c\u6700\u53ef\u7231\u7684\u4eba\u201d\u81f4\u656c","smalltext":"\u5728\u56fd\u9645\u62a4\u58eb\u8282\u5230\u6765\u4e4b\u9645,\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5411\u5168\u56fd\u5e7f\u5927\u62a4\u58eb\u81f4\u4ee5\u8282\u65e5\u7684\u795d\u8d3a\u548c\u8bda\u631a\u7684\u6170\u95ee\u3002\u4e60\u8fd1\u5e73\u6307\u51fa\uff0c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u540e\uff0c\u5e7f\u5927\u62a4\u58eb\u4e49\u65e0\u53cd\u987e\u3001\u9006\u884c\u51fa\u5f81\uff0c\u767d\u8863\u6267\u7532\u3001\u4e0d\u8d1f\u91cd\u6258\uff0c\u82f1\u52c7\u65e0\u754f\u51b2\u5411","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3263"}; 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 () { } }); }); }