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=445&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: 1749299603, nonceStr: 'bN8LeF0gn6hrVxqy', signature: 'd995077164b7dcbb4faab462d00c68fa7e423072', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/cc653eaef3415e31d50717d6b0ffe612.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u4e00\u4f4d\u9ebb\u9189\u533b\u751f\u81ea\u8ff0 \u65e0\u75db\u5206\u5a29\u201c\u4ece\u5730\u72f1\u5230\u5929\u5802\u201d","smalltext":"\u751f\u5b69\u5b50\u662f\u4e0d\u5c11\u5b55\u5988\u5988\u62c5\u5fe7\u6050\u60e7\u7684\u4e8b\u60c5\u3002\u8fd1\u65e5\uff0c\u798f\u5efa\u95fd\u4e1c\u533b\u9662\u9ebb\u9189\u79d1\u7684\u6797\u5f69\u4e91\u533b\u751f\u63d0\u7b14\u5c06\u81ea\u5df1\u65e0\u75db\u5206\u5a29\u7684\u7ecf\u5386\u5199\u51fa\u6765\uff0c\u8ba9\u4eba\u4eec\u5728\u611f\u53f9\u6bcd\u4eb2\u4f1f\u5927\u548c\u751f\u547d\u4e0d\u6613\u7684\u540c\u65f6\uff0c\u66f4\u591a\u5bf9\u533b\u5b66\u7684\u7406\u89e3\u3002 \u6797","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=445"}; 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 () { } }); }); }