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=4856&classid=11&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: 1741485110, nonceStr: 'dVIzAhb8gDOLiAv3', signature: '44cdbc8dc902c4716f22bf4d19659dd2d2bc8c53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u5357\u65b9\u533b\u9662-\u4ee5\u5357\u533b\u7cbe\u795e\u548c\u533b\u8005\u62c5\u5f53\u5efa\u8bbe\u78c1\u6027\u773c\u79d1","smalltext":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u5357\u65b9\u533b\u9662\u662f\u4e00\u6240\u5177\u6709\u60a0\u4e45\u5386\u53f2\u548c\u5149\u8f89\u5c81\u6708\u7684\u7efc\u5408\u6027\u4e09\u7532\u533b\u9662\uff0c\u662f\u5e7f\u4e1c\u7701\u89c4\u6a21\u6700\u5927\u3001\u5b9e\u529b\u6700\u5f3a\u7684\u533b\u9662\u4e4b\u4e00\u3002\u957f\u671f\u4ee5\u6765\uff0c\u533b\u9662\u9ad8\u5ea6\u91cd\u89c6\u6587\u5316\u5efa\u8bbe\uff0c\u59cb\u7ec8\u5c06\u201c\u4ee5\u4eba\u4e3a\u672c\uff0c\u751f\u547d\u81f3\u4e0a\u201d\u7684\u9662","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4856"}; 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 () { } }); }); }