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=606&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: 1749345425, nonceStr: 'I4OvVNxmceMBOwo4', signature: '8fddf219ca0e6a66ad45f47e39fab31eca711777', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u63d0\u9192\u5bb6\u957f\u9700\u52a0\u5f3a\u5c11\u5e74\u513f\u7ae5\u5b89\u5168\u6559\u80b2","smalltext":"\u8fd1\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5987\u79d1\u63a5\u8bca\u4e86\u4e00\u4f4d\u5e74\u4ec56\u5c81\u7684\u60a3\u513f\uff0c\u5c0f\u5973\u5b69\u7684\u7ecf\u5386\u8ba9\u63a5\u8bca\u7684\u533b\u751f\u611f\u52a8\u65e0\u6bd4\u9707\u60ca\uff0c\u533b\u751f\u65e2\u9707\u60ca\u4e8e\u5b69\u5b50\u65e0\u77e5\u65e0\u754f\u7684\u884c\u4e3a\uff0c\u53c8\u62c5\u5fe7\u4e8e\u76ee\u524d\u793e\u4f1a\u5bf9\u5c11\u5e74\u513f\u7ae5\u7684\u5b89\u5168\u6559\u80b2\u3001\u6027\u6559\u80b2\u7684\u7f3a\u5931\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=606"}; 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 () { } }); }); }