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=907&classid=4&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: 1716135405, nonceStr: 'ELoFtfyEd8J2Bb38', signature: '85c1ad80d6ad01898b79c9080f3cd83a0385159d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u77f3\u5e02\u4e2d\u5fc3\u533b\u9662\u5218\u514b\u96c4\uff1a\u201c\u5047\u624b\u672f\u201d\u4e8b\u4ef6\u66dd\u9732\u533b\u5b66\u4eba\u6587\u5173\u6000\u7684\u7f3a\u5931","smalltext":" 2018\u5e748\u67087\u65e5\uff0c\u695a\u5929\u90fd\u5e02\u62a5\u53d1\u8868\u8be5\u62a5\u8bb0\u8005\u91c7\u5199\u7684\u6d89\u53ca\u9ec4\u77f3\u5e02\u4e2d\u5fc3\u533b\u9662\u666e\u7231\u9662\u533a\u4e00\u8d77\u533b\u7597\u7ea0\u7eb7\u300a\u533b\u751f\u4ea4\u63a5\u5931\u8bef\uff0c\u60a3\u8005\u6839\u672c\u6ca1\u624b\u672f\u201c\u75c5\u60c5\u7a33\u5b9a\u201d\u51fa\u9662\uff0c\u6d60\u6c34\u5973\u5b50\u4e09\u4e2a\u6708\u540e\u88ab\u8feb\u8865\u505a\u624b\u672f\u300b\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=907"}; 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 () { } }); }); }