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=1729&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: 1749460556, nonceStr: '7lZWBKZ4FDVNYIVf', signature: 'a01efeb67956b789f53bbcc74b7990707d02b4f9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u59bb\u5b50\u7ed9\u524d\u7ebf\u7684\u4e00\u5c01\u5bb6\u4e66","smalltext":"2\u67081\u65e5\uff0c\u662f\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u75be\u75c5\u9884\u9632\u63a7\u5236\u79d1\u674e\u4eae\u7684\u751f\u65e5\uff0c\u4e5f\u662f\u4ed6\u5728\u53d1\u70ed\u60a3\u8005\u9884\u68c0\u5904\u503c\u5b88\u7684\u7b2c7\u5929\uff0c\u5728\u8fd9\u4e2a\u7279\u6b8a\u7684\u65e5\u5b50\u91cc\uff0c\u4ed6\u6536\u5230\u4e86\u59bb\u5b50\u2014\u2014\u5728\u672c\u9662\u529f\u80fd\u68c0\u67e5\u79d1\u5de5\u4f5c\u7684\u5218\u5a77\u5a77\u7684\u4e00\u5c01\u201c\u5bb6\u4e66\u201d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1729"}; 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 () { } }); }); }