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=3302&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: 1714469872, nonceStr: 'rL37FqjQJ68dyMb3', signature: 'fc1baf0c99ea7786cbd05456265ae1718a0103fa', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4eca\u5e74\u201c520\u201d\uff0c\u4ed6\u4eec\u8fd9\u6837\u8fc7","smalltext":"\u201c\u6628\u665a\u8fde\u7eed\u505a\u4e86\u4e09\u53f0\u6025\u8bca\u624b\u672f\uff0c\u4f46\u6211\u4eec\u8fd8\u4e0d\u80fd\u4f11\u606f\uff0c\u56e0\u4e3a\u4eca\u5929\u8fd8\u67099\u53f0\u624b\u672f\u201d\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u4e3b\u4efb\u3001\u4e3b\u4efb\u533b\u5e08\u6731\u6d77\u8bf4\u30025\u670821\u65e5\u4e0a\u53489\u65f6\u8bb8\uff0c\u8be5\u9662\u4ecb\u5165\u5bfc\u7ba1\u5ba4\u663e\u5f97\u6709\u70b9\u201c\u70ed\u95f9\u201d\uff0c\u7b14\u8005\u770b\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3302"}; 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 () { } }); }); }