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=256&classid=11&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: 1714727820, nonceStr: '4U2ayJIDgsbZczEv', signature: 'e3d2f597105339d44a147fecde0b71eb5d4e3551', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/593abe39fe3c32210a801a472d0bbadc.jpg","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u514d\u8d39\u4e3a1000\u4f8b\u767d\u5185\u969c\u8fdb\u884c\u590d\u660e\u624b\u672f","smalltext":"\u5065\u5eb7\u5feb\u8f66\u662f1997\u5e74\u9999\u6e2f\u56de\u5f52\u4e4b\u9645\u9999\u6e2f\u540c\u80de\u9001\u7ed9\u7956\u56fd\u7684\u4e00\u4efd\u793c\u7269\uff0c\u80a9\u8d1f\u4e3a\u8d2b\u56f0\u767d\u5185\u969c\u60a3\u8005\u9001\u53bb\u5149\u660e\u7684\u4f7f\u547d\uff0c\u662f\u4e2d\u56fd\u552f\u4e00\u6d41\u52a8\u7684\u3001\u4e13\u95e8\u4ece\u4e8b\u6148\u5584\u533b\u7597\u6d3b\u52a8\u7684\u773c\u79d1\u706b\u8f66\u533b\u9662\u300222\u5e74\u6765,\u5065\u5eb7\u5feb\u8f66\u5df2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=256"}; 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 () { } }); }); }