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=4407&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: 1744971631, nonceStr: 'SEMRJDIwdeGCkDvO', signature: '56240ad279d1f579d355d6ed8a516822863e5350', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/9dc2d63d6ac7985abcef4971b51a2883.png","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5f00\u5c55\u9996\u4f8b\u9aa8\u79d1\u673a\u5668\u4eba\u8f85\u52a9\u624b\u672f","smalltext":"\u201c\u4f20\u7edf\u7684\u9aa8\u79d1\u624b\u672f\u5982\u540c\u6380\u5f00\u76d6\u5b50\u53d6\u4e1c\u897f\uff0c\u521b\u9762\u5927\u3001\u5b9a\u4f4d\u4e0d\u7cbe\u51c6\uff1b\u4f7f\u7528\u624b\u672f\u673a\u5668\u4eba\u5219\u5982\u540c\u62e5\u6709\u9ad8\u7a33\u5b9a\u6027\u7684\u2018\u624b\u2019\u4e0e\u9ad8\u7cbe\u51c6\u5ea6\u7684\u2018\u773c\u2019\uff0c\u53ea\u9700\u5728\u60a3\u8005\u8eab\u4e0a\u6253\u5f00\u4e00\u4e2a\u5c0f\u5207\u53e3\u5c31\u53ef\u4ee5\u5b8c\u6210\u624b\u672f\uff01\u201d\u8fd1\u65e5\uff0c\u56db","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4407"}; 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 () { } }); }); }