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=771&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: 1714237442, nonceStr: 'O6I6lTzBleyhbhRU', signature: 'd9060ac36594a135b30a3540f534ba835b97112b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u9ad8\u65b0\u533a\u4eba\u6c11\u533b\u9662\uff1a\u716e\u4e86\u9505\u9e21\u6c64 \u6bcd\u5973\u4fe9\u53cc\u53cc\u4e00\u6c27\u5316\u78b3\u4e2d\u6bd2","smalltext":"\u65e5\u524d\uff0c\u4e00\u5bf9\u6bcd\u5973\u56e0\u505a\u996d\u65f6\u7d27\u95ed\u7a97\u6237\u5f00\u7a7a\u8c03\uff0c\u7ed3\u679c\u53cc\u53cc\u4e00\u6c27\u5316\u78b3\u4e2d\u6bd2\u3002\u9001\u5165\u82cf\u5dde\u9ad8\u65b0\u533a\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u65f6\uff0c\u5973\u513f\u5df2\u795e\u5fd7\u4e0d\u6e05\u4e8c\u5341\u4f59\u5206\u949f\uff0c\u7ecf\u62a2\u6551\uff0c\u76ee\u524d\u5df2\u8131\u79bb\u751f\u547d\u5371\u9669\u3002\u201c\u771f\u662f\u540e\u6015\u554a\uff0c\u6ca1\u60f3\u5230\u505a\u4e2a\u996d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=771"}; 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 () { } }); }); }