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=6709&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: 1715832796, nonceStr: 'htisu1BMPOsPWlHx', signature: '126e5ed0958abd676caddc94d7108ac661f2e211', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8054\u5408\u56fd\u7684\u201c\u8349\u6839\u201d\u79d1\u5b66\u5bb6\uff0c\u6211\u4eec\u7684\u9886\u8def\u4eba","smalltext":"\u5386\u7ecf\u4e00\u8def\u7684\u98ce\u98ce\u96e8\u96e8\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5df2\u7ecf\u8d70\u8fc7\u767e\u5e74\uff0c\u7ffb\u5f00\u533b\u9662\u7684\u9662\u53f2\uff0c\u533b\u9662\u7684\u6210\u957f\u8dc3\u7136\u7eb8\u4e0a\uff0c\u8fd9\u767e\u5e74\u6765\u7684\u53d1\u5c55\u53d8\u5316\uff0c\u51dd\u805a\u4e86\u51e0\u4ee3\u4eba\u8270\u82e6\u594b\u6597\u7684\u5386\u7a0b\uff0c\u6b63\u662f\u6709\u4e86\u4ed6\u4eec\uff0c\u5e38\u5dde\u4e00\u9662\u521b\u9020\u4e86\u4e00\u4e2a\u53c8\u4e00\u4e2a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6709"}; 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 () { } }); }); }