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=2198&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: 1749425041, nonceStr: 'J3AK0pFEImGeVBQm', signature: 'af587cb509d8c9fb487584745f26561fbdfa61b0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u82cf\u5e38\u5dde\u4e00\u9662\uff1a\u515a\u5efa\u5f15\u9886\u8df5\u521d\u5fc3\uff0c\u767d\u8863\u6218\u75ab\u62c5\u4f7f\u547d","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u8bf4\u8fc7\uff1a\u201c\u4e00\u4e2a\u6709\u5e0c\u671b\u7684\u6c11\u65cf\u4e0d\u80fd\u6ca1\u6709\u82f1\u96c4\uff0c\u4e00\u4e2a\u6709\u524d\u9014\u7684\u56fd\u5bb6\u4e0d\u80fd\u6ca1\u6709\u5148\u950b\u3002\u201d\u5371\u6025\u65f6\u523b\u51b2\u950b\u5728\u524d\uff0c\u7d27\u8981\u5173\u5934\u62c5\u5f53\u4f5c\u4e3a\uff0c\u6218\u6597\u7684\u53f7\u89d2\u5728\u54ea\u91cc\u5439\u54cd\uff0c\u54ea\u91cc\u5c31\u6709\u515a\u5458\u7684\u8eab\u5f71\u3002\u515a\u5efa\u94f8\u533b\u9b42","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2198"}; 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 () { } }); }); }