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=3951&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: 1714713811, nonceStr: 'n3V861bZxpIQD6pO', signature: '8fe5a3750f7f73c689df54f3c50e0e8388b89bfb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u75c5\u623f\u91cc\u7684\u751f\u65e5","smalltext":"\u201c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50......\u201d\uff0c1\u670815\u65e5\u4e0a\u5348\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u533b\u5b66\u79d1RICU\u75c5\u623f\u91cc\u8fdc\u8fdc\u4f20\u6765\u4e86\u4e00\u9635\u7684\u6b4c\u58f0\uff0c\u8d70\u8fdb\u75c5\u623f\uff0c\u91cc\u9762\u5145\u6ee1\u7740\u6e29\u99a8\u7684\u6c14\u6c1b\uff0c\u4e00\u4f4d\u5927\u7237\u5750\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3951"}; 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 () { } }); }); }