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=578&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: 1749325847, nonceStr: 'VqBzLHH8P6FKjTrP', signature: '47a719088f474fba121febff481c567586a35fa1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662:\u810a\u690e\u9aa8\u548c\u795e\u7ecf\u90fd\u88ab\u538b\u6241\u6210\u8fd9\u6837\u4e86\uff0c\u771f\u7684\u8fd8\u6709\u6551\u5417","smalltext":"\u4eba\u5728\u8def\u4e0a\u8d70\uff0c\u7978\u4ece\u5929\u4e0a\u6765\u3002\u88ab\u9ad8\u7a7a\u5760\u7269\u7838\u4f24\uff0c\u90a3\u53ef\u4e0d\u662f\u95f9\u7740\u73a9\u7684\u3002\u65e5\u524d\uff0c\u4e00\u4f4d56\u5c81\u7537\u6027\u60a3\u8005\uff0c\u56e0\u9ad8\u5904\u91cd\u7269\u9189\u843d\u7838\u4f24\u5934\u90e8\u81f4\u8170\u90e8\u5267\u70c8\u75bc\u75db\uff0c\u6d3b\u52a8\u4e25\u91cd\u53d7\u9650\uff0c\u4e0d\u80fd\u884c\u8d70\uff0c\u5927\u5c0f\u4fbf\u5931\u7981\u7531120\u9001\u5165\u6df1\u5733\u5e02\u4e2d\u533b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=578"}; 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 () { } }); }); }