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=4449&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: 1744318029, nonceStr: 'Wn9A0dHYD8qlE5hA', signature: '278a3ff1fb8a593992efbc77993de310a51fd0cd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6500\u957f\u94a23200\u4eba\u75ab\u82d7\u63a5\u79cd\u7eaa\u5b9e","smalltext":"\uff5c\u6709\u5e8f\u9ad8\u6548\uff5c6\u670823\u65e5\u4e0a\u53487\u65f630\u5206\uff0c\u4f4d\u4e8e\u6c5f\u6cb9\u5e02\u6500\u957f\u94a2\u4e34\u65f6\u9884\u9632\u63a5\u79cd\u533a\u4eba\u6d41\u5982\u7ec7\uff0c\u5c3d\u7ba1\u524d\u6765\u63a5\u79cd\u7684\u4eba\u5458\u5f88\u591a\uff0c\u4f46\u73b0\u573a\u79e9\u5e8f\u4e95\u7136\u3002\u4f69\u6234\u53e3\u7f69\u7684\u63a5\u79cd\u5bf9\u8c61\uff0c\u533a\u5206\u660e\u663e\u7684\u5404\u4e2a\u533a\u57df\uff0c\u79ef\u6781\u914d\u5408\u533b\u62a4\u4eba\u5458\u5b8c\u6210\u63a5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4449"}; 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 () { } }); }); }