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=1525&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: 1747210782, nonceStr: '38IB3seiemVUwM07', signature: '93c93c223ecc93fa60654625f6826d91c16c0871', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/fdead0c0f500ad9b3286dd7740bb7ac9.jpg","title":"\u4ece\u66b4\u53d1\u6237\u3001\u763e\u541b\u5b50\uff0c\u5230\u5e2e\u52a97000\u5bb6\u5ead\u7684\u4e34\u7ec8\u5173\u6000\u5fd7\u613f\u8005","smalltext":"2019\u5e744\u67084\u65e5\uff0c\u7531\u4e0a\u6d77\u624b\u7275\u624b\u751f\u547d\u5173\u7231\u53d1\u5c55\u4e2d\u5fc3\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u624b\u7275\u624b\u201d\uff09\u7b79\u5efa\u3001\u8fd0\u8425\u4e863\u5e74\u7684\u6b7b\u4ea1\u4f53\u9a8c\u9986\u2014\u2014\u201c\u9192\u6765\u201d\u6c38\u4e45\u5173\u95ed\u3002\u5173\u95ed\u4e4b\u524d\uff0c\u4ecd\u6709\u6570\u767e\u4f4d\u4f53\u9a8c\u8005\u524d\u6765\uff0c\u6709\u4eba\u7279\u610f\u4ece\u5916\u5730\u5750\u98de\u673a\u3001\u9ad8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1525"}; 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 () { } }); }); }