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=2277&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: 1749425340, nonceStr: 'auyUevkMnNtT8hRW', signature: '31b4944fd8146ddefbe4c6acb772a14ed7a0a92f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/f322ef08673b52c94ba5027bcd4b0472.jpg","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u79cd\u4e0b\u6297\u75ab\u7eaa\u5ff5\u6797\uff0c\u64ad\u6492\u5e0c\u671b\u79cd\u5b50","smalltext":"3\u670812\u65e5\u662f\u4e00\u5e74\u4e00\u5ea6\u7684\u690d\u6811\u8282\uff0c\u4e5f\u662f\u5b89\u5fbd\u65b0\u51a0\u80ba\u708e\u786e\u8bca\u75c5\u4f8b\u6e05\u96f6\u540e\u7684\u7b2c\u56db\u5929\uff0c\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u533b\u52a1\u4eba\u5458\u5378\u4e0b\u6218\u65f6\u7684\u75b2\u60eb\uff0c\u5728\u533b\u9662\u201c\u5c0f\u6c64\u5c71\u201d\u524d\uff0c\u79cd\u4e0b\u201c\u5173\u7231\u751f\u547d\u5065\u5eb7\uff0c\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7eaa\u5ff5","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2277"}; 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 () { } }); }); }