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=3212&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: 1745151071, nonceStr: '1BPLFQxssApIO9il', signature: '48681167937b7401b0b1ae8a56cb672c9705dd7c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e0d\u5230\u4e24\u5c81\u5973\u5b69\u9669\u4e22\u6027\u547d \u82b1\u751f\u7c73\u6210\u201c\u5751\u5a03\u51f6\u5668\u201d","smalltext":"\u201c\u8981\u4e0d\u662f\u4f60\u4eec\u5feb\u901f\u786e\u8bca\uff0c\u5c06\u6c14\u7ba1\u91cc\u7684\u5f02\u7269\u53d6\u51fa\uff0c\u6211\u513f\u5b50\u540e\u679c\u4e0d\u582a\u8bbe\u60f3\uff0c\u6211\u6b7b\u7684\u5fc3\u90fd\u6709\u2026\u2026\u201d5\u67089\u65e5\u4e0a\u5348\uff0c\u60a3\u513f\u738b\u67d0\u7684\u7236\u6bcd\u7d27\u63e1\u767d\u91d1\u51e4\u533b\u751f\u7684\u624b\u8fde\u58f0\u611f\u8c22\u9053\u3002\u5c0f\u60a3\u513f\u547c\u5438\u52a0\u91cd \u60c5\u51b5\u4e0d\u660e5\u67083\u65e5\uff0c1\u5c81","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3212"}; 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 () { } }); }); }