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=3205&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: 1726879774, nonceStr: 'UsfCtUChVYQmXinO', signature: '0e91e6c2f99f3d9ab09878ede23e157707b02fde', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u610f\u5916\u6454\u5012\u81f4\u8840\u80f8 \u75c5\u60c5\u5e73\u7a33\u9001\u9526\u65d7","smalltext":"\u7537\u5b50\u5728\u6da0\u6d32\u5c9b\u4e0d\u614e\u6454\u5012\uff0c\u5f53\u65f6\u5e76\u4e0d\u975e\u5e38\u75bc\u75db\uff0c\u4ee5\u4e3a\u95ee\u9898\u4e0d\u5927\uff0c\u4fbf\u6ca1\u592a\u5728\u610f\u672a\u53ca\u65f6\u5c31\u8bca\uff0c\u6570\u5c0f\u65f6\u540e\u80f8\u90e8\u75bc\u75db\u52a0\u5267\u624d\u5230\u533b\u9662\u68c0\u67e5\uff0c\u53d1\u73b0\u95ee\u9898\u8fdc\u6bd4\u76f8\u50cf\u7684\u4e25\u91cd\uff0c\u7d27\u6025\u4e58\u8239\u51fa\u5c9b\u5230\u5317\u6d77\u5c31\u8bca\u3002\u75c5\u60c5\u7a33\u5b9a\u540e\uff0c\u5bb6\u5c5e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3205"}; 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 () { } }); }); }