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=1885&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: 1714975601, nonceStr: 'AhzJKFYBcbfEOzYI', signature: '69ec5c20dbc0721a901e12ced7fb288ad43f0447', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/4de09a7d2d43e81189d50702201d2f54.jpg","title":"\u6d59\u6c5f\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff1a\u518d\u6d3e141\u4eba\u533b\u7597\u961f\u8d74\u9102\uff0c\u9ec4\u6cb3\u9662\u957f\u5e26\u961f\uff01","smalltext":"\u4e16\u754c\u4e0a\u53ea\u6709\u4e00\u79cd\u82f1\u96c4\u4e3b\u4e49\uff0c\u5c31\u662f\u8ba4\u6e05\u4e86\u751f\u6d3b\u7684\u771f\u76f8\u4ee5\u540e\uff0c\u4f9d\u7136\u70ed\u7231\u5b83\u3002\u2014\u2014\u7f57\u66fc\u7f57\u5170\u4ed6\u4eec\u4e2d\uff0c\u6709\u66fe\u7ecf\u53c2\u52a0\u8fc7\u975e\u5178\u3001\u6df1\u5165\u9694\u79bb\u75c5\u623f\u7684\u201c\u8001\u6218\u58eb\u201d\uff1b\u6709\u6218\u80dc\u65e0\u6570\u75c5\u9b54\u3001\u521b\u9020\u751f\u547d\u5947\u8ff9\u7684\u533b\u5b66\u201c\u5927\u5496\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1885"}; 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 () { } }); }); }