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=1639&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: 1714227271, nonceStr: 'f14EZbMUxokQUbVl', signature: 'a8b10745569739766f9f560165e488ed4d62ba89', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5e86\u5e02\u7acb\u533b\u9662\uff1a95\u540e\u62a4\u58eb\u5c06\u75c5\u4eba\u9001\u8fdb\u624b\u672f\u5ba4\uff0c\u81ea\u5df1\u4e5f\u5012\u5728\u4e86\u75c5\u5e8a\u4e0a","smalltext":"\u5c81\u672b\uff0c\u8fd4\u4e61\u4eba\u6f6e\u5e26\u6765\u4e86\u4e00\u6ce2\u533b\u9662\u5c31\u8bca\u7684\u9ad8\u5cf0\uff0c\u4e3a\u4e86\u5b88\u62a4\u5927\u5bb6\u7684\u5065\u5eb7\uff0c\u533b\u62a4\u4eba\u5458\u59cb\u7ec8\u575a\u5b88\u7740\u5404\u81ea\u7684\u5c97\u4f4d\u30021\u670815\u65e5\u665a\u95f4\uff0c\u5b89\u5e86\u5e02\u7acb\u533b\u9662\u795e\u7ecf\u5916\u79d1\u75c5\u623f\u91cc\uff0c1995\u5e74\u51fa\u751f\u7684\u5e74\u8f7b\u62a4\u58eb\u5468\u7075\u5fcd\u4f4f\u75c5\u75db\uff0c\u575a\u6301\u4e0a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1639"}; 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 () { } }); }); }