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=5252&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: 1749088081, nonceStr: 'YYwmQbRuGpcibLG0', signature: '1a209ba1fb5bf239ed7ebf3493e7a8566a26c62e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u4f60\u5149\u811a\u7684\u6837\u5b50\u771f\u7f8e","smalltext":"3\u670816\u65e5\u665a\uff0c\u4e00\u573a\u7a81\u964d\u7684\u66b4\u96e8\u8ba9\u6301\u7eed\u95f7\u70ed\u7684\u5e38\u5fb7\u987f\u611f\u6e05\u51c9\u3002\u7136\u800c\u8fd9\u573a\u66b4\u96e8\u5374\u8ba9\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u4e00\u75c5\u533a\u7684\u503c\u73ed\u62a4\u58eb\uff0c\u4e00\u65f6\u4e4b\u95f4\u6025\u5f97\u50cf\u70ed\u9505\u4e0a\u7684\u8682\u8681\uff0c\u7a76\u7adf\u662f\u600e\u4e48\u56de\u4e8b\uff1f \u8fd9\u573a\u7a81\u5982\u5176\u6765\u7684\u5927\u964d\u6c34\uff0c\u5bfc\u81f4","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5252"}; 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 () { } }); }); }