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=6475&classid=14&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: 1743764430, nonceStr: 'mfdxd1PjsDGgodiD', signature: 'bd420b52c54573ef860b7613a59d4507922d963b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5c06\u5fc3\u6bd4\u5fc3\uff0c\u4ee5\u60c5\u6362\u60c5","smalltext":"\u5357\u4e01\u683c\u5c14\u66fe\u8bf4\u8fc7\uff1a\u201d\u62a4\u58eb\u7684\u5de5\u4f5c\u5bf9\u8c61\u4e0d\u662f\u51b7\u51b0\u51b0\u7684\u77f3\u5757\u3001\u6728\u5934\u548c\u7eb8\u7247\uff0c\u800c\u662f\u6709\u70ed\u8840\u548c\u751f\u547d\u7684\u4eba\u7c7b\u3002\u62a4\u7406\u5de5\u4f5c\u662f\u7cbe\u7ec6\u827a\u672f\u4e2d\u4e4b\u6700\u7cbe\u7ec6\u8005\uff0c\u5176\u4e2d\u6709\u4e00\u4e2a\u539f\u56e0\u5c31\u662f\u62a4\u58eb\u5fc5\u987b\u5177\u6709\u4e00\u9897\u540c\u60c5\u7684\u5fc3\u548c\u4e00\u53cc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6475"}; 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 () { } }); }); }