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=4981&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: 1714488883, nonceStr: 'pvU0SRAFNlsAwslM', signature: 'bd65b445018b0ebdee6217838bbe912d018f2069', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u82b1\u7532\u8001\u4eba\u9022\u4eba\u5c31\u8bb2\u8ff0\u533b\u751f\u662f\u5982\u4f55\u6536\u4e0b\u7ea2\u5305\u7684","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u6536\u5230\u4e86\u4e00\u5c01\u6765\u81ea\u60a3\u8005\u5bb6\u5c5e\u674e\u536b\u4e1c\u7684\u4eb2\u7b14\u4fe1\uff0c\u4fe1\u7684\u9898\u76ee\u53eb\u505a\u300a\u4e00\u5c01\u4e0d\u77e5\u5982\u4f55\u547d\u9898\u7684\u4fe1\u300b\uff0c\u6d0b\u6d0b\u6d12\u6d12\u7684\u56db\u9875\u4fe1\u7eb8\u8be6\u7ec6\u8bb0\u5f55\u4e86\u8001\u4eba\u7ed9\u533b\u751f\u9001\u7ea2\u5305\u7684\u5fc3\u8def\u5386\u7a0b\u2026\u2026\u300a\u4e00\u5c01\u4e0d\u77e5\u5982\u4f55\u547d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4981"}; 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 () { } }); }); }