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=3316&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: 1745135491, nonceStr: 'd7msd9wc8KEBuWAw', signature: 'f7e7296d9e815c6549d4ba89c5cde0c9f0d312e0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u52a1\u4eba\u5458\u7684\u4e00\u4e2a\u4e3e\u52a8\uff0c\u8ba9\u5bb6\u5c5e\u611f\u6fc0\u6d95\u96f6\u2026\u2026","smalltext":"5\u670814\u65e5\u4e0a\u5348\uff0c\u51e0\u4f4d\u60a3\u8005\u4eb2\u5c5e\u643a\u4e24\u9762\u9526\u65d7\u6765\u5230\u4e86\u624b\u672f\u9ebb\u9189\u79d1\uff0c\u6ee1\u6000\u611f\u6fc0\u7684\u8bf4\u8981\u5f53\u9762\u611f\u8c22\u9ebb\u9189\u79d1\u4e24\u4f4d\u82f1\u96c4\uff1a\u9ebb\u9189\u533b\u751f\u6768\u6d2a\u80dc\u3001\u624b\u672f\u5ba4\u62a4\u58eb\u5218\u826e\u3002\u8bdd\u8bed\u4e2d\uff0c\u963f\u59e8\u611f\u6fc0\u6d95\u96f6\u5730\u8bf4\uff1a\u201c\u771f\u7684\u662f\u592a\u8c22\u8c22\u4f60\u4eec\u4e86\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3316"}; 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 () { } }); }); }