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=4577&classid=12&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: 1746159336, nonceStr: 'LTkueBxVBSTHdM97', signature: '63dee85f0693f64fd9fd60f395cebdfc881a98b1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u4e9a\u4e2d\u5fc3\u533b\u9662-\u9648\u4ef2\u9662\u957f","smalltext":"\u9648\u4ef2\uff0c\u4e09\u4e9a\u4e2d\u5fc3\u533b\u9662(\u6d77\u5357\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662)\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f\u3002\u4ed6\u7d27\u6263\u6539\u9769\u3001\u521b\u65b0\u7684\u65f6\u4ee3\u4e3b\u9898\uff0c\u575a\u6301\u4ee5\u4eba\u6c11\u751f\u547d\u5b89\u5168\u548c\u8eab\u4f53\u5065\u5eb7\u4e3a\u4e2d\u5fc3\u7684\u53d1\u5c55\u601d\u60f3\uff0c\u951a\u5b9a\u743c\u5357\u81ea\u8d38\u6e2f\u533b\u7597\u5750\u6807\uff0c\u5e26\u9886\u533b\u9662\u5b9e\u73b0\u5168\u9762","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4577"}; 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 () { } }); }); }