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=2143&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: 1747123063, nonceStr: 'eczJeTYJu7LVu0Sj', signature: 'e75e81f85f403180bbf275c0a169c8cb33176072', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u767d\u8863\u5929\u4f7f\u592b\u59bb\u642d\u6863","smalltext":" \u5728\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6709\u8fd9\u4e48\u4e00\u4e2a\u7fa4\u4f53\uff0c\u4ed6\u4eec\u662f\u4eb2\u5bc6\u65e0\u95f4\u7684\u7231\u4eba\uff0c\u4ed6\u4eec\u5728\u533b\u9662\u4e0d\u540c\u7684\u79d1\u5ba4\u4e0a\u73ed\uff0c\u4ed6\u4eec\u5e38\u5e38\u662f\u8fd9\u4e2a\u521a\u4e0b\u73ed\u5230\u5bb6\uff0c\u90a3\u4e2a\u5df2\u5728\u53bb\u5f80\u4e0a\u73ed\u7684\u8def\u4e0a\uff0c\u6709\u65f6\u751a\u81f3\u4e00\u5929\u90fd\u89c1\u4e0d\u4e0a\u4e00\u9762\u3002 \u4ed6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2143"}; 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 () { } }); }); }