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=4673&classid=10&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: 1746235836, nonceStr: 'csenwV2RLc3JTUBw', signature: 'fd5fa633c36ef3dc26ef1a1353642e937db8e1f9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662-\u6e29\u5dde\u666e\u5b89\u517b\u751f\u4fdd\u5065\u5b66\u6821","smalltext":"\u56fd\u52a1\u9662\u53d1\u5e03\u7684\u300a\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\u300b\u63d0\u51fa\u4e86\u5065\u5eb7\u4e2d\u56fd\u5efa\u8bbe\u7684\u76ee\u6807\u548c\u4efb\u52a1\uff0c\u4f5c\u51fa\u5b9e\u65bd\u5065\u5eb7\u4e2d\u56fd\u6218\u7565\u7684\u91cd\u5927\u51b3\u7b56\u90e8\u7f72\uff0c\u5f3a\u8c03\u575a\u6301\u9884\u9632\u4e3a\u4e3b\uff0c\u5021\u5bfc\u5065\u5eb7\u6587\u660e\u751f\u6d3b\u65b9\u5f0f\uff0c\u9884\u9632\u63a7\u5236\u91cd\u5927\u75be\u75c5\u3002\u6e29","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4673"}; 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 () { } }); }); }