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=5299&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: 1716045305, nonceStr: 'EkwM184YjvWeiqF7', signature: '1f8378293dc5b1d84e95cdd81ac340818771bcb6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff08\u91d1\u9633\u533b\u9662\uff09:\u4e3e\u529e\u4e16\u754c\u5e15\u91d1\u68ee\u75c5\u65e5\u79d1\u666e\u5ba3\u6559\u6d3b\u52a8","smalltext":"\u201c\u5982\u679c\u4f60\u53d1\u73b0\u81ea\u5df1\u7684\u624b\u603b\u662f\u6296\uff0c\u770b\u7740\u80f3\u818a\u3001\u817f\u6d3b\u52a8\u8d77\u6765\u4e5f\u4e0d\u662f\u5f88\u7075\u6d3b......\u201d4\u670811\u65e5\uff0c\u5728\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff08\u91d1\u9633\u533b\u9662\uff09\u201c\u4e16\u754c\u5e15\u91d1\u68ee\u75c5\u65e5\u201d\u79d1\u666e\u5ba3\u6559\u6d3b\u52a8\u73b0\u573a\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u795e\u7ecf\u5185\u79d1\u4e00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5299"}; 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 () { } }); }); }