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=6570&classid=14&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: 1743703351, nonceStr: 'lAQbfvmeggVaAUrI', signature: 'c4548c68212d4a0f7f50ad631abda404e1c279c2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4ee5\u4eba\u6587\u5efa\u8bbe\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u4eba\u6587\uff0c\u662f\u4e00\u4e2a\u52a8\u6001\u7684\u6982\u5ff5\u3002\u6211\u56fd\u300a\u8f9e\u6d77\u300b\u4e2d\u8fd9\u6837\u5199\u9053\uff1a\u201c\u4eba\u6587\u6307\u4eba\u7c7b\u793e\u4f1a\u7684\u5404\u79cd\u6587\u5316\u73b0\u8c61\u201d\u3002\u4eba\u6587\u5c31\u662f\u4eba\u7c7b\u6587\u5316\u4e2d\u7684\u5148\u8fdb\u90e8\u5206\u548c\u6838\u5fc3\u90e8\u5206\uff0c\u5373\u5148\u8fdb\u7684\u4ef7\u503c\u89c2\u53ca\u5176\u89c4\u8303\u3002\u5176\u96c6\u4e2d\u4f53\u73b0\u662f\uff1a\u91cd\u89c6\u4eba\uff0c\u5c0a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6570"}; 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 () { } }); }); }