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=5531&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: 1715675419, nonceStr: 'TOc7bfTA1sGeEAih', signature: '2ea20eb2f9eae906a62c00f6f83e2381a60192bb', 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\uff1a\u6551\u6cbb\u5e02\u6c11\u3001\u5173\u7231\u533b\u62a4\uff0c\u91d1\u9633\u533b\u9662\u6709\u5b9e\u62db","smalltext":"\u8fde\u65e5\u6765\uff0c\u8d35\u9633\u75ab\u60c5\u5f62\u52bf\u8f83\u4e3a\u4e25\u5cfb\u3002\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff08\u91d1\u9633\u533b\u9662\uff09\u7ed3\u5408\u81ea\u8eab\u5b9e\u9645\u79ef\u6781\u63a8\u52a8\u591a\u9879\u63aa\u65bd\uff0c\u5728\u6551\u6cbb\u5e02\u6c11\u3001\u5173\u7231\u533b\u62a4\u65b9\u9762\u4e0b\u529f\u592b\uff0c\u786e\u4fdd\u5bd2\u51ac\u91cc\u7b2c\u4e00\u65f6\u95f4\u9001\u4e0a\u5173\u6000\u6551\u6cbb\u3002\u91cd\u75c7\u533b\u5b66\u79d1\uff1a\u6bcf\u65e5\u6c47","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5531"}; 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 () { } }); }); }