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=4934&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: 1744318173, nonceStr: '56DH6KE6KEz0HEXa', signature: '93ce2e128aee4b5f3c40615517353514271fc5a0', 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:\u7231\u4e0e\u6e29\u6696\u5728\u80bf\u7624\u5185\u79d1\u4f20\u9012","smalltext":"\u76f8\u6bd4\u4e8e\u5176\u4ed6\u79d1\u5ba4\u7684\u60a3\u8005\u800c\u8a00\uff0c\u80bf\u7624\u60a3\u8005\u751f\u547d\u4f53\u5f81\u4e0d\u7a33\u5b9a\uff0c\u75c5\u60c5\u53d8\u5316\u5feb\uff0c\u968f\u65f6\u53ef\u80fd\u4f1a\u5371\u53ca\u751f\u547d\u3002\u56e0\u6b64\uff0c\u80bf\u7624\u5185\u79d1\u533b\u62a4\u5fc5\u987b\u5728\u77ed\u65f6\u95f4\u5185\u505a\u51fa\u6b63\u786e\u7684\u5224\u65ad\u5e76\u786e\u5b9a\u6cbb\u7597\u63aa\u65bd\u3002\u5728\u80bf\u7624\u5185\u79d1\u6ca1\u6709\u90a3\u4e48\u591a\u60ca\u5929","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4934"}; 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 () { } }); }); }