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=142&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: 1744323672, nonceStr: '7qtX5CRCrEXWuHOi', signature: '82a64d0a10d7c1911ec7afeb729890a882bf4d71', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u676d\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u5efa\u8bbe\u533b\u60a3\u53cb\u597d\u5ea6","smalltext":"\u5728\u676d\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u4f4f\u9662\u5927\u697c\u7684\u897f\u5357\u9762\uff0c\u6709\u4e00\u5c0f\u7247\u6811\u6797\uff0c\u540d\u66f0\u201c\u533b\u60a3\u548c\u8c10\u6797\u201d\uff0c\u6bcf\u4e00\u68f5\u6811\u90fd\u4ee3\u8868\u7740\u4e00\u6bb5\u533b\u60a3\u611f\u60c5\u3002\u533b\u751f\u4e0e\u60a3\u8005\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u5f80\u5f80\u7eaf\u7cb9\u53c8\u590d\u6742\uff0c\u603b\u662f\u5bb9\u6613\u88ab\u5e72\u6270\uff0c\u63d0\u5347\u533b\u60a3\u53cb\u597d\u5ea6\uff0c\u4e5f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=142"}; 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 () { } }); }); }