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=4006&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: 1745056474, nonceStr: 'm8On9gcziiMimpls', signature: 'ff03a1cb61389ff801601a76c45e9fcee090ee0c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6625\u8282\u524d\u5915\u9001\u6e29\u6696 \u8d70\u8bbf\u6170\u95ee\u8d2b\u56f0\u6237","smalltext":"\u6625\u8282\u4e34\u8fd1\uff0c\u4e3a\u4e86\u8ba9\u6276\u8d2b\u5bf9\u8c61\u5ea6\u8fc7\u4e00\u4e2a\u6e29\u6696\u7965\u548c\u7684\u6625\u8282\uff0c\u5207\u5b9e\u628a\u5173\u6000\u548c\u6e29\u6696\u9001\u5230\u8d2b\u56f0\u5bf9\u8c61\u7684\u5fc3\u574e\u4e0a\u3002\u8fd1\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u9886\u5bfc\u73ed\u5b50\u4e00\u884c\u6765\u5230\u7ff0\u7ae0\u4e61\u6c38\u5bcc\u6751\u7cbe\u51c6\u6276\u8d2b\u6237\u5bb6\u4e2d\u8d70\u8bbf\u6170\u95ee\uff0c\u5e76\u9001\u53bb\u4e86\u5927","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4006"}; 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 () { } }); }); }