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=3392&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: 1745135713, nonceStr: 'aOYgHHdsSfQu6UAc', signature: 'a98c9595e7966a6271815681763e727260525500', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u8001\u543e\u8001\u4ee5\u53ca\u4eba\u4e4b\u8001","smalltext":"\u8001\u543e\u8001\u4ee5\u53ca\u4eba\u4e4b\u8001\uff0c\u51fa\u81ea\u300a\u5b5f\u5b50\u00b7\u6881\u60e0\u738b\u4e0a\u300b\u6307\u7684\u662f\u5728\u8d61\u517b\u5b5d\u656c\u81ea\u5df1\u7684\u957f\u8f88\u65f6\uff0c\u4e0d\u5e94\u5fd8\u8bb0\u5176\u4ed6\u4e0e\u81ea\u5df1\u6ca1\u6709\u4eb2\u7f18\u5173\u7cfb\u7684\u8001\u4eba\u3002\u8001\u6709\u6240\u517b\uff0c\u75c5\u6709\u6240\u533b\u662f\u51e0\u5343\u5e74\u6765\u4e2d\u534e\u6c11\u65cf\u548c\u8c10\u7684\u5411\u5f80\u3002\u6211\u4eec\u6700\u73cd\u8d35","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3392"}; 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 () { } }); }); }