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=2805&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: 1749424892, nonceStr: '1B8KflRl6hm94suZ', signature: '60102564c1d0ac8ba13986c5552b658f6c53aaba', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u201c\u5fc3\u7075\u62a4\u58eb\u201d\u5415\u6c49\u4e3d","smalltext":"\u75ab\u60c5\u8fc7\u540e\u7684\u65e5\u5b50\u91cc\uff0c\u7cbe\u795e\u5fc3\u7406\u79d1\u4f1a\u88ab\u5f88\u591a\u7684\u4eba\u6240\u5173\u6ce8\u3002\u771f\u5207\u7684\u5e0c\u671b\u65b0\u51a0\u80ba\u708e\u75ab\u82d7\u80fd\u65e9\u65e5\u7814\u53d1\u51fa\u6765\u3002\u968f\u7740\u75ab\u60c5\u963b\u51fb\u6218\u7684\u6e10\u884c\u8fdc\u53bb\uff0c\u6211\u66f4\u52a0\u5e0c\u671b\u91cd\u8fd4\u5b89\u5168\u7684\u6e2f\u6e7e\uff0c\u91cd\u62fe\u751f\u6d3b\u7684\u5e0c\u671b\u3002\r\n\u672c\u6587\u8bb0\u5f55\u4e00\u540d\u7cbe\u795e\u79d1\u62a4\u58eb\u7684\u6218\u201c\u75ab\u201d\u7ecf\u5386\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2805"}; 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 () { } }); }); }