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=1968&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: 1714526851, nonceStr: 'pW75thP56zQ9zR0I', signature: '412e6b3c3194b3541c349c3949273b173782f246', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u4f60\u4eec\u7f8e\u4e3d\u7684\u540d\u5b57\u2014\u2014\u4e8c\u533b\u62a4\u58eb","smalltext":"\u201c\u8001\u5e08\uff0c\u6211\u4eec\u505a\u4e86\u4e00\u4e2a\u7533\u8bf7\u518d\u6218\u7684\u5c0f\u89c6\u9891\uff0c\u8fd8\u6709\u4e00\u5c01\u7533\u8bf7\u4e66\uff0c\u80fd\u5426\u8bf7\u60a8\u5ba1\u9605\u5e76\u5e2e\u5fd9\u8f6c\u53d1\u7ed9\u9662\u9886\u5bfc\uff1f\u201d\u8fd9\u662f\u6765\u81ea\u6b63\u5728\u8d35\u5dde\u7701\u5c06\u519b\u5c71\u533b\u9662\u652f\u63f4\u7684\u56db\u540d\u7f8e\u4e3d\u7684\u59d1\u5a18\u548c\u4e00\u540d\u5e05\u6c14\u7684\u5c0f\u4f19\u5b50\u53d1\u6765\u7684\u5fae\u4fe1\uff0c\u4ed6\u4eec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1968"}; 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 () { } }); }); }