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=2363&classid=10&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: 1744861526, nonceStr: 'jnn79QDwNkoTdEZx', signature: '4c9fe6d6e47e5f47cbb85d3c014c66b12699e5bf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u6b66\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u6587\u54c1\u724c \u94f8\u5c31\u533b\u9662\u53d1\u5c55\u8f89\u714c","smalltext":"\u6210\u6b66\u53bf\u4eba\u6c11\u533b\u9662\u6210\u7acb\u4e8e1949\u5e74\uff0c\u4e0e\u65b0\u4e2d\u56fd\u540c\u9f84\u3002\u572871\u5e74\u5386\u53f2\u6d6a\u6f6e\u4e2d\uff0c\u533b\u9662\u7d27\u968f\u65f6\u4ee3\u53d1\u5c55\u7684\u6b65\u4f10\uff0c\u7ecf\u5386\u7740\u7531\u5c0f\u53d8\u5927\uff0c\u72b9\u5f31\u53d8\u5f3a\u7684\u534e\u4e3d\u8776\u53d8\u3002\u6210\u6b66\u53bf\u4eba\u6c11\u533b\u9662\uff0c\u662f\u4e00\u6240\u73b0\u4ee3\u5316\u7684\u4e09\u7ea7\u7efc\u5408\u6027\u533b\u9662\uff0c\u533b\u7597\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2363"}; 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 () { } }); }); }