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=524&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: 1716045303, nonceStr: 'qYpZyZ62jl7D0Rt1', signature: '95438fd16908ac5ecf96fb669033216b430a198b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\uff1a\u529e\u8d70\u5fc3\u7684\u5e7c\u513f\u56ed\uff0c\u8ba9\u533b\u62a4\u65e0\u540e\u987e\u4e4b\u5fe7","smalltext":" 5\u670831\u65e5\u4e0a\u5348\uff0c\u5728\u201c\u516d\u2022\u4e00\u201d\u513f\u7ae5\u8282\u5230\u6765\u4e4b\u9645\uff0c\u5357\u65b9\u533b\u79d1\u5927\u5b66\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\u515a\u59d4\u526f\u4e66\u8bb0\u9a6c\u9547\u56fd\u3001\u5de5\u4f1a\u526f\u4e3b\u5e2d\u5468\u747e\u4e00\u884c\uff0c\u5728\u5f20\u6653\u6656\u56ed\u957f\u7684\u966a\u540c\u4e0b\u6765\u5230\u533b\u9662\u5e7c\u513f\u56ed\u770b\u671b\u5c0f\u670b\u53cb\uff0c\u5411\u5b69\u5b50\u4eec","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=524"}; 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 () { } }); }); }