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=5141&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: 1714733057, nonceStr: 'IjPj6f2nQms7Igfk', signature: '54879061c096f7cfd5e0b9d8ef6257828e2c188a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u591a\u5b66\u79d1\u534f\u4f5c \u6210\u529f\u4e3a\u60a3\u8005\u5207\u9664\u80f8\u9aa8\u540e\u7f55\u89c1\u7532\u72b6\u817a\u80bf","smalltext":"\u8fd1\u65e5\uff0c79\u5c81\u7684\u8c22\u5a46\u5a46\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6210\u529f\u5207\u9664\u4e86\u7f55\u89c1\u7684\u80f8\u9aa8\u540e\u5de8\u5927\u7532\u72b6\u817a\u80bf\u3002\u51fa\u9662\u65f6\uff0c\u8c22\u5a46\u5a46\u53ca\u5bb6\u5c5e\u5c06\u4e00\u9762\u5199\u6709\u201c\u533b\u5fb7\u4f20\u56db\u6d77 \u533b\u672f\u514b\u987d\u75c7\u201d\u7684\u9526\u65d7\u9001\u5230\u4e86\u80f8\u5916\u79d1\u56e2\u961f\u533b\u751f\u624b\u4e2d\u8868\u793a\u611f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5141"}; 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 () { } }); }); }