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=2808&classid=13&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: 1715836816, nonceStr: 'uK9Gfcb31rTe3jPv', signature: '018e12f06d6259072723b015246f78f9a999844c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u94dc\u9675\u5e02\u7acb\u533b\u9662\u201c\u7eff\u9a6c\u7532\u201d\u5065\u5eb7\u670d\u52a1\u56e2\u961f\uff1a\u5c06\u6625\u5929\u7684\u7ea6\u4f1a\u8fdb\u884c\u5230\u5e95","smalltext":"\u5b89\u5fbd\u7701\u94dc\u9675\u5e02\u7acb\u533b\u9662\u77f3\u57ce\u533b\u9662\u201c\u7eff\u9a6c\u7532\u201d\u5065\u5eb7\u670d\u52a1\u56e2\u961f\u6210\u7acb\u4e8e2019\u5e749\u6708\uff0c\u753156\u540d\u533b\u52a1\u4eba\u5458\u7ec4\u6210\u3002\u81ea\u6210\u7acb\u4ee5\u540e\uff0c\u6bcf\u4e2a\u5468\u672b\u5954\u8d74\u793e\u533a\u3001\u5e7f\u573a\u548c\u6709\u9700\u6c42\u7684\u5c45\u6c11\u5bb6\u4e2d\u5f00\u5c55\u5e38\u6001\u5316\u5065\u5eb7\u5fd7\u613f\u670d\u52a1\uff1b\u6bcf\u5468","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2808"}; 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 () { } }); }); }