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=833&classid=3&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: 1714363820, nonceStr: 'q4ivwmcsoL87RflM', signature: '97533bee9449e5fe6c6fad03b8b810ae1c4debe8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8621a58c7583b2ea2f3c4abf6e8c1f3d.jpg","title":"\u59d4\u5458\u4f0d\u65b9\u8389\uff1a\u6c38\u8fdc\u5e74\u8f7b\uff0c\u6c38\u8fdc\u70ed\u6cea\u76c8\u7736","smalltext":"\u4f0d\u65b9\u8389\uff0c\u56db\u5ddd\u65e5\u62a5\u62a5\u4e1a\u96c6\u56e2\u5bb6\u5ead\u4e0e\u751f\u6d3b\u62a5\u7f16\u59d4\u30022019\u5e74\u6b63\u597d\u662f\u6211\u4ece\u4e8b\u65b0\u95fb\u91c7\u7f16\u5de5\u4f5c\u7b2c20\u4e2a\u5e74\u5934\uff0c\u6211\u5927\u5b66\u91cc\u5b66\u7684\u5c31\u662f\u7f16\u8f91\u5b66\u4e13\u4e1a\uff0c\u6bd5\u4e1a\u540e\u4ece\u4e8b\u7f16\u8f91\u548c\u91c7\u8bbf\u5de5\u4f5c\u81f3\u4eca\uff0c\u6211\u6240\u70ed\u7231\u7684\u548c\u6211\u6240\u4ece\u4e8b\u7684\u4e8b\u60c5","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=833"}; 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 () { } }); }); }