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=4932&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: 1714603173, nonceStr: 'leZa2JRHeR8kvrYM', signature: '933f80cfbdb7ddfee4a501d300c2881fed5c73cf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202109\/4f9b3ed2d8ac43b38d03afdb76df1aea.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u6211\u4eec\u90fd\u662f\u6700\u52c7\u6562\u7684\u5b9d\u5b9d\uff01\u201d\u4e09\u5b69\u540c\u4f4f\u75c5\u623f\u5efa\u7acb\u6df1\u539a\u53cb\u60c5","smalltext":"\u201c\u963f\u59e8\uff0c\u6211\u4eec\u7167\u5b8c\u5149\u56de\u6765\u4e86\uff0c\u5e2e\u4f60\u63a8\u8f66\u5427\u2026\u2026\u201d\u201c\u963f\u59e8\uff0c\u7b49\u4f1a\u4f60\u5e2e\u6211\u4eec\u62cd\u4e2a\u89c6\u9891\u54c8\u2026\u2026\u201d\u539f\u672c\u5b89\u9759\u7684\u75c5\u623f\u91cc\u56e0\u4e3a\u4e09\u4e2a\u5b69\u5b50\uff0c\u987f\u65f6\u53d8\u7684\u70ed\u95f9\u4e86\u8d77\u6765\u3002\u4e09\u4e2a\u5b69\u5b50\u5747\u4e3a\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u653e\u7597\u79d1\u7684\u5c0f\u75c5\u60a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4932"}; 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 () { } }); }); }