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=2343&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: 1747124918, nonceStr: '5bjsBK2N31jzv1fe', signature: '510267465f119be61572e960dcdbb11cf9f1b72b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u5434\u950b\u8000\u9662\u957f\u7528\u300a\u533b\u8def\u957f\u884c\u300b\u8bb2\u8ff0\u533b\u8005\u4ec1\u5fc3\u7684\u6297\u75ab\u6545\u4e8b","smalltext":"\u4e00\u540d\u7701\u7ea7\u4f20\u67d3\u75c5\u533b\u9662\u9662\u957f\u7684\u884c\u533b\u7b14\u8bb0\uff0c\u8bb0\u5f55\u4e86\u4ed6\u4ece\u4e61\u9547\u536b\u751f\u9662\u4e00\u8def\u8d70\u6765\u7684\u6210\u957f\u7ecf\u5386\uff0c\u91cd\u70b9\u8bb2\u8ff0\u4e86\u4ed6\u5e26\u9886\u5e7f\u897f\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u6536\u6cbb\u533b\u9662\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u548c\u6297\u51fb\u5176\u4ed6\u4f20\u67d3\u75c5\u7684\u6545\u4e8b\u3002\u4ee5\u4e00\u540d\u57fa\u5c42","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2343"}; 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 () { } }); }); }