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=861&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: 1747145800, nonceStr: 'neGvX6f6gtQUhHnr', signature: '6501ad2ccb4b1056fca0c3f4a7c143f2a7a30a10', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/01c209d2afb6c74ef5360afb464f42c5.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6253\u9020\u4e66\u9999\u533b\u9662\uff0c\u8ba9\u9605\u8bfb\u6ecb\u6da6\u5458\u5de5\u5fc3\u7075","smalltext":"\u56db\u5ddd\u7701\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1939\u5e74\uff0c\u662f\u4e2d\u56fd\u897f\u90e8\u9996\u5bb6\u53bf\u7ea7\u4e09\u7ea7\u7532\u7b49\u533b\u9662\uff0c\u4e5f\u662f\u56db\u5ddd\u7701\u76ee\u524d\u552f\u4e00\u7684\u53bf\u7ea7\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c\u8fde\u7eed\u4e5d\u5e74\u6392\u540d\u4fdd\u6301\u897f\u90e8\u53bf\u7ea7\u533b\u9662\u4e4b\u9996\u3002\u5148\u540e\u8363\u83b7\u4e86\u5168\u56fd\u767e\u4f73\u533b\u9662\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=861"}; 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 () { } }); }); }