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=6819&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: 1743630642, nonceStr: 'N1FtF0kLRXIfkGCs', signature: '63c2ddd2bcfe1bafd15d15c0aa11910fdfae44aa', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6e29\u6696\u76f8\u4f34\uff0c\u8001\u5e74\u533b\u5b66\u79d1\u4eba\u6587\u5173\u6000\u75c5\u623f","smalltext":"\u5728\u5c81\u6708\u7684\u957f\u6cb3\u4e2d\uff0c\u8001\u5e74\u4eba\u4eec\u6000\u63e3\u7740\u4e00\u751f\u7684\u6545\u4e8b\uff0c\u6b65\u5165\u4e86\u9700\u8981\u66f4\u591a\u5173\u7231\u7684\u9636\u6bb5\u3002\u800c\u6211\u4eec\u7684\u8001\u5e74\u533b\u5b66\u79d1\u4eba\u6587\u5173\u6000\u75c5\u623f\uff0c\u5c31\u662f\u8fd9\u6837\u4e00\u4e2a\u5145\u6ee1\u6e29\u60c5\u4e0e\u5475\u62a4\u7684\u6e2f\u6e7e\u3002\u800c\u5728\uff08\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff09\u8001\u5e74\u533b\u5b66\u79d1\u7ecf\u5e38","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6819"}; 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 () { } }); }); }