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=3227&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: 1745150646, nonceStr: 'QTU77HmwxGCPh6vS', signature: 'db0039e3a8e7bb184b0bcd45ce3a644250bff71c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u4e3a\u4ec0\u4e48\u6211\u4eec\u80fd\u8363\u83b7\u201c\u4eba\u6587\u54c1\u724c\u533b\u9662\u201d\u79f0\u53f7","smalltext":"\u8fd1\u65e5\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u201c\u7b2c\u4e8c\u5c4a\u4e2d\u56fd\u4eba\u6587\u54c1\u724c\u533b\u7597\u673a\u6784\u3001\u56e2\u961f\u3001\u4e2a\u4eba\u5956\u9879\u63a8\u9009\u201d\u6d3b\u52a8\u8bc4\u9009\u7ed3\u679c\u63ed\u6653\uff0c1000\u4f59\u5bb6\u533b\u7597\u536b\u751f\u673a\u6784\u53ca\u4e2a\u4eba\u53c2\u9009\uff0c\u7ecf\u8fc7\u521d\u9009\u3001\u521d\u8bc4\u3001\u4e8c\u8bc4\u3001\u4e09\u5ba1\uff0c\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u65a9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3227"}; 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 () { } }); }); }