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=5534&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: 1715675260, nonceStr: 'xBaTlb6o5DqjrEnu', signature: '3f7b2485119ac749b46bcd593dec5fee40d15fda', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6211\u613f\u505a\u4f60\u751f\u547d\u4e2d\u7684\u4e00\u675f\u5149","smalltext":" \u201c\u5fc3\u8df3\u505c\u6b62\uff0c\u90a3\u4e5f\u672a\u5fc5\u5c31\u662f\u751f\u547d\u7684\u7ec8\u70b9\u3002\u201d\u5d14\u74a8\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662EICU\uff08\u6025\u8bca\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\uff09\u533b\u751f\uff0c\u8138\u4e0a\u5e26\u7740\u606c\u6de1\u7684\u7b11\u5bb9\uff0c\u5374\u5bf9\u6211\u4eec\u8bf4\u51fa\u4e86\u5982\u6b64\u575a\u5b9a\u800c\u53c8\u81ea\u4fe1\u7684\u8bdd\u3002\u672c\u671f\u533b\u9662\u7684\u6545\u4e8b\uff0c\u5d14\u74a8\u4e3a\u5927\u5bb6","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5534"}; 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 () { } }); }); }