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=5234&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: 1743764438, nonceStr: 'jI0hTK4RFc5JU6Wx', signature: '1bfe2a78155a2fcd949392a00c711089f5f1da54', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u91c7\u6837\u4eba\u5458\u6536\u5230\u7231\u5fc3\u5976\u8336 \u6696\u80c3\u53c8\u6696\u5fc3","smalltext":"2\u670820\u65e5\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u5f00\u5c55\u7b2c\u4e09\u8f6e\u533a\u57df\u6838\u9178\u68c0\u6d4b\u3002\u5f53\u665a\uff0c\u5728\u90e8\u5206\u6838\u9178\u91c7\u6837\u70b9\u4e0a\u53d1\u751f\u4e86\u4e00\u5e55\u5e55\u6696\u5fc3\u6545\u4e8b\uff1a\u4e00\u676f\u676f\u7231\u5fc3\u5976\u8336\u9001\u5230\u4e86\u82cf\u5dde\u548c\u9547\u6c5f\u533b\u52a1\u4eba\u5458\u4e0e\u5fd7\u613f\u8005\u7684\u624b\u4e2d\u3002\u867d\u7136\u5bd2\u98ce\u523a\u9aa8\uff0c\u4f46\u8fd9\u4e9b\u5976\u8336","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5234"}; 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 () { } }); }); }