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=1166&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: 1747146970, nonceStr: 'DxEJlq5xLVb6neeF', signature: 'b70c1d5492ed386885935d57e72b25cc19e26a67', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/eaa338ce8141d0f648b3871bb7796fab.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u5458\u5de53\u5e74\u732e\u884046\u4e07\u6beb\u5347\uff0c\u4f5b\u4e2d\u533b\u662f\u5982\u4f55\u505a\u5230\u7684","smalltext":"\u8fd1\u65e5\uff0c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u83b7\u5f972016-2017\u5e74\u5ea6\u5168\u56fd\u65e0\u507f\u732e\u8840\u4fc3\u8fdb\u5956\uff08\u5355\u4f4d\u5956\uff09\uff0c2018\u5e74\u65e0\u507f\u732e\u8840\u7ec4\u7ec7\u5de5\u4f5c\u4e5f\u5206\u522b\u83b7\u5f97\u96c6\u4f53\u4e0e\u4e2a\u4eba\u5956\u9879\u3002\u533b\u9662\u4f5c\u4e3a\u5e7f\u4e1c\u77019\u5bb6\u5355\u4f4d\u4e4b\u4e00\u3001\u4f5b\u5c71\u5e02\u552f\u4e00\u8363\u83b72016-2017\u5e74\u5ea6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1166"}; 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 () { } }); }); }