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=2468&classid=12&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: 1746164588, nonceStr: 'He1P8nuwOqqKVhRi', signature: '61d6083c86544d821b4402ebf82127f6fdcda997', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u6731\u534e\u6ce2\uff1a\u9ec4\u5188\u201c\u75ab\u201d\u7ebf\u9886\u5934\u96c1\uff0c\u4e0d\u7834\u75ab\u60c5\u8a93\u4e0d\u8fd8","smalltext":"2020\u5e741\u670825\u65e5\uff0c\u6b63\u662f\u5927\u5e74\u521d\u4e00\u3002\u665a\u4e0a7\u65f6\uff0c\u6e56\u5357\u9996\u652f\u63f4\u9102\u533b\u7597\u961f\uff0c\u767b\u4e0a\u53bb\u5f80\u6e56\u5317\u9ec4\u5188\u7684\u5217\u8f66\u3002\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u4e3b\u4efb\u533b\u5e08\u3001\u9662\u957f\u52a9\u7406\u6731\u534e\u6ce2\uff0c\u4ece\u63a5\u5230\u6e56\u5357\u7701\u536b\u5065\u59d4\u901a\u77e5\u4ed6\u62c5\u4efb\u672c\u6b21\u526f\u9886\u961f\uff0c\u5230\u767b\u4e0a\u9ad8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2468"}; 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 () { } }); }); }