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=3268&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: 1747164904, nonceStr: 'qEhKPHNgtuCdEeuR', signature: '0b5ca1345ca01347dde7a4c8b4c202c25739b2d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u957f\u5b81\u533a\u65b0\u534e\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u6700\u7f8e\u65b0\u534e\u5929\u4f7f","smalltext":"\u7279\u6b8a\u7684\u65f6\u671f\u7279\u522b\u7684\u8282\u65e5\u5e73\u51e1\u7684\u4f60\u4eec, \u5fd9\u788c\u5728\u95e8\u8bca\uff0c\u7b51\u8d77\u4e86\u4e2d\u5fc3\u7684\u7b2c\u4e00\u9053\u4fdd\u62a4\u5c4f\u969c\u3002\u5e73\u51e1\u7684\u4f60\u4eec, \u5fd9\u788c\u5728\u75c5\u623f\uff0c\u5b88\u62a4\u5065\u5eb7\uff0c\u4e3a\u201c\u6218\u53cb\u201d\u4fdd\u9a7e\u62a4\u822a\u3002\u5e73\u51e1\u7684\u4f60\u4eec\uff0c\u5fd9\u788c\u5728\u793e\u533a\uff0c\u5065\u5eb7\u5173\u6000,\u5954\u8d70\u5728\u9632\u75ab","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3268"}; 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 () { } }); }); }