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=5350&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: 1746120921, nonceStr: '2nxGDHhCuFNybGQu', signature: 'b63a3a0a3cf9823d85b82d7a5d4e9ae551a4344f', 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\u7cbe\u5fc3\u6cbb\u7597\u540e\uff0c\u767e\u5c81\u8001\u4eba\u5eb7\u590d\u51fa\u9662","smalltext":"5\u670818\u65e5\u4e0a\u5348\uff0c101\u5c81\u7684\u767e\u5c81\u8001\u4eba\u9648\u7237\u7237\u4ece\u5e02\u4eba\u6c11\u533b\u9662\u5168\u79d1\u533b\u5b66\u79d1\u5eb7\u590d\u51fa\u9662\uff0c\u4ed6\u63a8\u7740\u8f6e\u6905\u6162\u6162\u5730\u8d70\u51fa\u75c5\u623f\uff0c\u4e3e\u8d77\u5927\u62c7\u6307\uff0c\u7528\u5ba2\u5bb6\u8bdd\u4e0d\u505c\u5730\u5411\u533b\u52a1\u4eba\u5458\u8fde\u58f0\u9053\u8c22\u3002\u636e\u8001\u4eba\u7684\u5b59\u5b50\u4ecb\u7ecd\uff0c\u8001\u7237\u7237\u4eca\u5e74101","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5350"}; 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 () { } }); }); }