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=984&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: 1714240293, nonceStr: 'K3d9Gf6229l9BiDi', signature: '1ba227bf70f63cda5e07d7add5198443ff00105c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/ede37622aff8533316315adba16836b2.jpg","title":"\u300a\u4eba\u95f4\u4e16\u300b\u7b2c\u4e8c\u5b63\u603b\u5bfc\u6f14\u79e6\u535a\u81ea\u8ff0\uff1a\u771f\u5b9e\uff0c\u624d\u4f1a\u66f4\u6709\u529b\u91cf","smalltext":"\u8fd1\u65e5\uff0c\u300a\u4eba\u95f4\u4e16\u300b\u7b2c\u4e8c\u5b63\u603b\u5bfc\u6f14\u79e6\u535a\u7ed9\u6211\u4eec\u4e00\u7bc7\u4ed6\u7684\u6587\u7a3f\uff0c\u8bfb\u6765\u4ee4\u4eba\u611f\u52a8\u6df1\u601d\uff0c\u7279\u6b64\u53d1\u51fa\u6765\u4e0e\u5927\u5bb6\u5206\u4eab\uff1a\u6211\u662f\u4e0a\u6d77\u7535\u89c6\u53f0\u4e00\u540d\u8bb0\u8005\u3001\u7eaa\u5f55\u7247\u5bfc\u6f14\u3002\u5176\u5b9e\u4eca\u5929\u8ba9\u6211\u8ba8\u8bba\u533b\u5b66\u548c\u4eba\u5de5\u667a\u80fd\u7684\u8bdd\u9898\uff0c\u6211\u9996","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=984"}; 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 () { } }); }); }