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=2087&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: 1716064043, nonceStr: '64YXvPG19RT2xz1x', signature: 'e9bf7c3066750032bf7a38581acde446b32c507b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u4e0a\u4e0d\u4e86\u4e00\u7ebf\uff0c\u5c31\u4e3a\u524d\u65b9\u4f9b\u8db3\u5f39\u836f\uff01\u201d","smalltext":"\u201c\u4eca\u5929\u60c5\u51b5\u600e\u4e48\u6837\uff1f\u75c5\u4eba\u591a\u4e0d\u591a\uff1f\u4e2d\u996d\u5403\u4e86\u5417?......\u201d\u8fd9\u6bb5\u65f6\u95f4\uff0c\u8fd9\u79cd\u4eb2\u4eba\u822c\u7684\u5173\u5207\u95ee\u5019\uff0c\u65f6\u4e0d\u65f6\u900f\u8fc7\u53d1\u70ed\u95e8\u8bca\u4e00\u4e2a\u5c0f\u5c0f\u7684\u901a\u98ce\u7a97\u53e3\u4f20\u5230\u4e00\u7ebf\u533b\u751f\u548c\u62a4\u58eb\u8033\u7554\uff0c\u7ed9\u4ed6\u4eec\u6ce8\u5165\u4e86\u5f88\u591a\u52a8\u529b\u3002\u8fd9\u4efd\u5173","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2087"}; 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 () { } }); }); }