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=4402&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: 1744969607, nonceStr: 'Jdnb9pED7J50VpfY', signature: '75ee3ab38d14c3c386cfb29f62de58ef5f423330', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/e8a4c2d2cff4e0221c21a417038fe6fe.jpg","title":"\u4e0a\u6d77\u5e02\u8d28\u5b50\u91cd\u79bb\u5b50\u533b\u9662\uff1a\u503e\u60c5\u8d28\u5b50\u91cd\u79bb\u5b50\u4e34\u5e8a\u6cbb\u7597","smalltext":"\u521d\u8bc6\u4e0a\u6d77\u5e02\u8d28\u5b50\u91cd\u79bb\u5b50\u533b\u9662\u5e38\u52a1\u526f\u9662\u957f\u9646\u5609\u5fb7\uff0c\u662f\u57282018\u7b2c\u56db\u5b63\u5f20\u6c5f\u751f\u547d\u79d1\u5b66\u6c99\u9f99\u4e0a\u3002\u4ed6\u7ed9\u8bb0\u8005\u7684\u5370\u8c61\u662f\u9880\u957f\u7684\u8eab\u6750\u3001\u4e00\u4e1d\u4e0d\u4e71\u7684\u5934\u53d1\u3001\u9887\u5177\u9b45\u529b\u7684\u53e3\u624d\uff0c\u4ee5\u53ca\u5236\u4f5c\u5f97\u5341\u5206\u6f02\u4eae\u7684PPT\u3002\u4ee5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4402"}; 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 () { } }); }); }