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=2066&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: 1747147591, nonceStr: 'SzXqS2fDmtnnjBYz', signature: '38dfcbbac14de0b3e1c3ef98345eb8b41db3d982', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/6e37e5d1d2060e6f36c50475c6223e6f.jpg","title":"\u5434\u5ddd\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u4e0e\u75ab\u60c5\u8d5b\u8dd1\u7684\u53f8\u673a\u674e\u94a6","smalltext":"\u674e\u94a6\u662f\u5434\u5ddd\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5858\u5c3e\u5206\u9662\u7684\u53f8\u673a\uff0c\u81ea\u4ece\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u7684\u8fd9\u6bb5\u65e5\u5b50\u4ee5\u6765\uff0c\u4ed6\u90a3\u5fd9\u788c\u7684\u8eab\u5f71\u4fbf\u6210\u4e86\u8fd9\u4e2a\u6297\u75ab\u6218\u573a\u4e0a\u4e00\u9053\u522b\u6837\u7684\u98ce\u666f\uff1a\u4ed6\u603b\u662f\u7a7f\u7740\u4e00\u5957\u539a\u91cd\u9632\u62a4\u88c5\u5907\uff0c\u5f00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2066"}; 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 () { } }); }); }