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=3655&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: 1714959162, nonceStr: '97BU38zi7b2FcRwR', signature: 'c93a45a77348c871c83670cadb1c742c8be811ae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/d66b0c219a3408a63f8896f6909cfbfb.jpg","title":"\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\uff1a2020\u5e74\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u53c2\u8d5b\u611f\u609f","smalltext":"\u65f6\u95f4\u5c31\u50cf\u6c99\u6f0f\uff0c\u4e0d\u75be\u4e0d\u5f90\uff0c\u5374\u50ac\u4eba\u5411\u524d\uff0c\u6709\u4e9b\u4e8b\uff0c\u5c31\u50cf\u7470\u4e3d\u7684\u5b9d\u77f3\uff0c\u65e0\u8bba\u65f6\u7a7a\u7684\u6d2a\u6d41\u600e\u6837\u51b2\u5237\uff0c\u5374\u5149\u8292\u4f9d\u65e7\uff0c\u5386\u4e45\u5f25\u65b0\u30022020\u5e74\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5927\u8d5b\u5df2\u7ecf\u843d\u5e55\uff0c\u7e41\u534e\u867d\u843d\u5c3d\uff0c\u300a\u6210\u90fd\u300b\u7684\u6b4c\u58f0\u5374\u72b9\u5728\u8033\u7554\uff0c\u611f\u4eba","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3655"}; 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 () { } }); }); }