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=1675&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: 1747168825, nonceStr: 'T5VQHej0HG5rQtMH', signature: '0dd4b5d353e90e807be25993f6e17812904388ff', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c7e\u9633\u533b\u9662\u7684\u8fd9\u4f4d\u533b\u751f\u7adf\u7136\u5728\u529e\u516c\u5ba4\u7761\u7740\u4e86\uff1f","smalltext":"2020\u5e741\u670825\u65e5\uff0c\u5927\u5e74\u521d\u4e00\u4e0a\u534810\u65f6\uff0c\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u533b\u529e\u5ba4\uff0c\u9664\u5915\u591c\u503c\u73ed\u540e\u7684\u738b\u5c1a\u5b8f\u5927\u592b\u4f9d\u7136\u6ca1\u6709\u56de\u5bb6\u4f11\u606f\uff0c\u5728\u81ea\u5df1\u7684\u529e\u516c\u684c\u4e0a\u7ee7\u7eed\u5b66\u4e60\u65f6\uff0c\u4e0d\u77e5\u4e0d\u89c9\u7d2f\u5f97\u7761\u7740\u4e86\u3002\u4ed6\u4f9d\u65e7\u7a7f\u7740\u767d\u8863\uff0c\u8116\u5b50\u4e0a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1675"}; 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 () { } }); }); }