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=2829&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: 1745166018, nonceStr: 'w1VXpMkLK2qhgCtr', signature: 'adbba2389b30f85db498de9edac3ca658919afbc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u7684\u6267\u7740\u8ba9\u60a3\u8005\u611f\u52a8","smalltext":" 3\u670826\u65e5\uff0c\u5df2\u56de\u5230\u4e1c\u5317\u8001\u5bb6\u7684\u5218\u5148\u751f\u8bf7\u7231\u4eba\u4e13\u7a0b\u7ed9\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u7f57\u4e16\u8f89\u4e3b\u6cbb\u533b\u5e08\u9001\u6765\u4e00\u9762\u9526\u65d7\uff0c\u5218\u5148\u751f\u548c\u7231\u4eba\u7ed9\u4e88\u4e86\u7f57\u4e16\u8f89\u9ad8\u5ea6\u7684\u8bc4\u4ef7\uff1a\u201c\u6211\u53ea\u662f\u4f60\u5de5\u4f5c\u4e2d\u7684\u5306\u5306\u8fc7\u5ba2\uff0c\u800c\u4f60\u662f\u6211\u7684\u4eba\u751f\u8f6c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2829"}; 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 () { } }); }); }