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=3692&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: 1714710762, nonceStr: 'U8vvIDKNkkkRX03c', signature: 'fbfd5ea673ac6a11dec76a1be73751dc95671a5b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6d66\u4e1c\u673a\u573a\u6709\u4e00\u7fa4\u53ef\u7231\u7684\u201c\u84dd\u7cbe\u7075\u201d","smalltext":"\u7ee7\u4e0a\u4e00\u6279\u652f\u63f4\u6d66\u4e1c\u673a\u573a\u7684\u767d\u8863\u6218\u58eb\u51ef\u65cb\u4e4b\u540e\uff0c\u8fd1\u65e5\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u53c8\u67099\u540d\u961f\u5458\u51fa\u5f81\u673a\u573a\uff0c\u5728\u75ab\u60c5\u9632\u63a7\u7b2c\u4e00\u7ebf\uff0c\u8df5\u884c\u533b\u8005\u521d\u5fc3\u4f7f\u547d\u3002 \u4eca\u5929\uff0c\u6211\u4eec\u4e00\u8d77\u6765\u770b\u770b\u8fd9\u7fa4\u8eab\u7a7f\u84dd\u8272\u9694\u79bb\u670d\uff0c\u5171\u540c\u5b88\u56fd\u95e8\u3001\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3692"}; 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 () { } }); }); }