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=3013&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: 1749396302, nonceStr: 'j7wS7FiLn9Jpd6GA', signature: '7d0f69570468a6735ef856178b696bf868381109', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fd\u5185\u9996\u4e2a\u751f\u547d\u5065\u5eb7\u53d9\u4e8b\u5206\u4eab\u4e2d\u5fc3\u843d\u5730","smalltext":"12\u67086\u65e5\u4e0a\u5348\uff0c\u5168\u56fd\u7b2c\u4e8c\u5c4a\u53d9\u4e8b\u533b\u5b66\u4e0e\u4e34\u5e8a\u5b9e\u8df5\u7814\u8ba8\u4f1a\u5f00\u5e55\uff0c\u5168\u56fd\u9996\u4e2a\u751f\u547d\u5065\u5eb7\u53d9\u4e8b\u5206\u4eab\u4e2d\u5fc3\u6b63\u5f0f\u843d\u6237\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\u3002\u73b0\u573a\u4e3e\u529e\u4e86\u9686\u91cd\u7684\u542f\u52a8\u4eea\u5f0f\uff0c\u5168\u56fd\u5404\u5730400\u591a\u4f4d\u53d9\u4e8b\u533b\u5b66\u9886\u57df\u4e13","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3013"}; 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 () { } }); }); }