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=4512&classid=11&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: 1715899536, nonceStr: 'nLICE459HRsJnMaI', signature: '6a5ef0c01fdd523709f22e4374de67bd911b000a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662-\u533b\u9662\u6587\u5316\u6c1b\u56f4\u8425\u9020 \u6253\u9020\u6700\u201c\u6696\u201d\u533b\u9662\u6587\u5316","smalltext":"\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5c06\u4eba\u6587\u533b\u9662\u7406\u5ff5\u6df1\u5165\u6bcf\u4e00\u4f4d\u533b\u52a1\u4eba\u5458\u7684\u5185\u5fc3\uff0c\u4ece\u7ec6\u8282\u7740\u624b\uff0c\u805a\u6c99\u6210\u5854\uff0c\u4f7f\u533b\u9662\u7684\u670d\u52a1\u54c1\u8d28\u548c\u5de5\u4f5c\u6548\u7387\u4e0d\u65ad\u63d0\u5347\uff0c\u8ba9\u5e02\u6c11\u5207\u5b9e\u611f\u53d7\u5230\u4e09\u533b\u9662\u6709\u6e29\u5ea6\u7684\u533b\u7597\uff0c\u6709\u529b\u8df5\u884c\u201c\u529e\u4e00\u5bb6\u6709","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4512"}; 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 () { } }); }); }