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=2536&classid=10&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: 1743766784, nonceStr: 'B1EB7b4Pqganxw0K', signature: '0ebea1818e0371bedf3097e20a31e08e9652ee3c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5929\u6c34\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4ee5\u4eba\u6587\u5efa\u8bbe\u4e3a\u7edf\u9886\uff0c\u52a0\u5f3a\u533b\u9662\u5efa\u8bbe","smalltext":" \u5929\u6c34\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u662f\u96c6\u5987\u5e7c\u4fdd\u5065\u3001\u751f\u6b96\u670d\u52a1\u3001\u7279\u8272\u4e34\u5e8a\u3001\u79d1\u7814\u57f9\u8bad\u3001\u5065\u5eb7\u4fc3\u8fdb\u4e3a\u4e00\u4f53\u7684\u516c\u5171\u536b\u751f\u4e8b\u4e1a\u5355\u4f4d\u3002\u73b0\u4e3a\u5929\u6c34\u5e02\u5b55\u4ea7\u5987\u6025\u6551\u4e2d\u5fc3\u3001\u5929\u6c34\u5e02\u65b0\u751f\u513f\u91cd\u75c7\u76d1\u62a4\u4e2d\u5fc3\u3001\u7701\u7ea7\u513f\u7ae5\u65e9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2536"}; 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 () { } }); }); }