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=3379&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: 1745135810, nonceStr: '43D2YZj96EIEhxjx', signature: 'b9fa3246b4d24e233b090ded57056e8008862d8c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u7701\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a85\u5c81\u8001\u4eba\u809a\u59275\u5e74\u50cf\u60004\u80de\u80ce\uff0c\u624b\u672f\u7adf\u53d6\u51fa40\u65a4\u5927\u7624\u5b50\uff01","smalltext":"\u8d70\u5728\u8def\u4e0a\uff0c\u5927\u4f19\u513f\u90fd\u5728\u770b\u4ffa~\u90bb\u5c45\u4eec\u4e5f\u7ecf\u5e38\u5f00\u73a9\u7b11\u8bf4\uff1a\u4f60\u8fd9\u90fd\u6709\u201c\u559c\u201d5\u5e74\u4e86\uff0c\u4e5f\u8be5\u751f\u4e86\u4ffa\u4eca\u5e74\u90fd85\u4e86\uff01\u809a\u5b50\u5374\u5927\u5f97\u50cf\u6000\u4e864\u80de\u80ce\u8fde\u95e8\u90fd\u4e0d\u6562\u51fa\u4e86\u8eba\u5728\u75c5\u5e8a\u4e0a\u7684\u674e\u5976\u5976\u5bf9\u533b\u751f\u8bb2\u8ff0\u7740\u81ea\u5df1\u7684\u96be\u8a00\u4e4b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3379"}; 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 () { } }); }); }