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=1571&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: 1749482193, nonceStr: 'yOpomyTQzwKIPD3C', signature: '0e8dc943946118ec7034588c318c870681e28952', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662:\u5feb\u95ea\u4f20\u9012\u522b\u6837\u65b0\u5e74\u795d\u798f","smalltext":" 12\u670831\u65e5\u4e0a\u5348\uff0c\u7531\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u95e8\u8bca\u90e8\u7ec4\u7ec7\u7b56\u5212\u7684\u201c\u9001\u795d\u798f\u5feb\u95ea\u201d\u6d3b\u52a8\u5728\u95e8\u8bca\u5927\u5385\u8fdb\u884c\u3002 \u95e8\u8bca\u90e8\u3001\u95e8\u8bca\u62a4\u7406\u5355\u5143\u3001\u60a3\u8005\u670d\u52a1\u4e2d\u5fc3\u53ca\u75bc\u75db\u79d1\u533b\u52a1\u5de5\u4f5c\u8005\u8e0f\u7740\u201c\u5929\u5929\u5411\u4e0a\u201d\u7684\u97f3\u4e50\u8282","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1571"}; 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 () { } }); }); }