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=1261&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: 1714667197, nonceStr: 'kqUzpm4Z305roZiF', signature: 'd3a59edd5386513c8e8e785e5d9a914e247a5151', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/de5d7b0a4669df2d4e41a0366e0215b8.jpg","title":"\u4e0a\u6d77\u540c\u4ec1\u533b\u9662\uff1a\u767e\u7c73\u62a4\u9001\uff0c\u4f34\u4f60\u5f52\u9014","smalltext":" \u533b\u9662\u662f\u6551\u6b7b\u6276\u4f24\u7684\u6218\u573a\uff0c\u66f4\u662f\u6000\u63e3\u5e0c\u671b\u7684\u4eba\u95f4\uff0c\u6211\u5e38\u5e38\u60f3\u9664\u4e86\u5320\u5fc3\u7cbe\u795e\uff0c\u6e29\u6696\u4eba\u5fc3\u7684\u8fd8\u6709\u533b\u9662\u7279\u6709\u7684\u4eba\u6587\u7d20\u517b\uff0c\u662f\u4e00\u4efd\u5c0a\u91cd\u5173\u7231\u751f\u547d\u7684\u60c5\u6000\u3002 2018\u5e74\uff0c\u7533\u57ce\u7684\u590f\u5929\u683c\u5916\u708e\u70ed\uff0c\u5927\u75c5\u521d\u6108\u7684\u5f20\u5927","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1261"}; 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 () { } }); }); }