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=1719&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: 1747167538, nonceStr: 'ZXgrUcznbeXQl4us', signature: '4712573490dc73b7592381c1bd6bdb4e8e2c3e26', 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\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662\uff1a\u6bcf\u4e00\u5206\u6bcf\u4e00\u79d2\uff0c\u6211\u7684\u6bcf\u6839\u795e\u7ecf\u90fd\u662f\u7d27\u7ef7\u7684\u2026\u2026\u52a0\u6cb9\uff0c\u90ed\u9e4f\uff01","smalltext":"\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u75ab\u60c5\uff0c\u7275\u52a8\u7740\u6bcf\u4e2a\u4eba\u7684\u5fc3\uff01\u6b63\u594b\u6218\u5728\u6297\u51fb\u75ab\u60c5\u7b2c\u4e00\u7ebf\u7684\u4e0a\u6d77\u63f4\u9102\u533b\u7597\u961f\uff0c\u4e5f\u7275\u52a8\u7740\u6211\u4eec\u6bcf\u4e2a\u4eba\u7684\u5fc3\uff01\u5927\u5e74\u521d\u4e09\uff0c\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662\u8840\u900f\u5ba4\u62a4\u58eb\u90ed\u9e4f\u52a0\u5165\u4e8650\u540d\u62a4\u7406\u4eba\u5458\u7ec4\u6210","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1719"}; 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 () { } }); }); }