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=1016&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: 1714682347, nonceStr: 'DWZ5Aljow6DAatJ3', signature: '67bdd7993b40e17f49594edd6abc785bc0081cc5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/9dd92073b25036065c35028584efebdd.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u81f4\u656c\u90a3\u4e9b\u5b88\u536b\u751f\u547d\u7684\u65e0\u540d\u4e4b\u8f88","smalltext":"\u95e8\u8bca\u3001\u67e5\u623f\u3001\u6cbb\u7597\u3001\u624b\u672f\u5c31\u662f\u4ed6\u4eec\u6bcf\u5929\u6240\u505a\u7684\u5de5\u4f5c\uff0c\u5728\u5f88\u591a\u4eba\u773c\u4e2d\uff0c\u4ed6\u4eec\u7684\u5de5\u4f5c\u751a\u81f3\u5f88\u673a\u68b0\u3001\u5f88\u5355\u4e00......\u4f46\u4f60\u53ef\u66fe\u89c1\u8fc7\u80cc\u7740\u60a3\u8005\u5f80\u6025\u6551\u8f66\u524d\u201c\u767e\u7c73\u51b2\u523a\u201d\u7684\u4ed6\u4eec\uff0c\u4e3a\u4e86\u7ed9\u751f\u547d\u591a\u4e89\u53d6\u4e00\u5206\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1016"}; 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 () { } }); }); }