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=2673&classid=13&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: 1716043072, nonceStr: 'kry8uFBdJYHy46Tj', signature: 'dbe5d9257b7da69eaff780187015b2dee2514175', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u201c\u9a6c\u5927\u59d0\u201d\u56e2\u961f\uff1a\u59da\u57ce\u5973\u6027\u7684\u5065\u5eb7\u8d34\u5fc3\u4eba","smalltext":"\u201c\u9a6c\u5927\u59d0\u201d\u56e2\u961f\uff0c\u662f\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u5987\u4ea7\u79d1\u5b66\u79d1\u5e26\u5934\u4eba\u9a6c\u5efa\u5a77\u4e3b\u4efb\u533b\u5e08\u9886\u8854\u7684\u533b\u7597\u56e2\u961f\u3002\u8fd9\u662f\u4e00\u7fa4\u6ca1\u6709\u767d\u5929\u9ed1\u591c\u6982\u5ff5\u7684\u4e00\u7ebf\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u75c5\u4eba\u7684\u9700\u6c42\u5c31\u662f\u6218\u6597\u7684\u53f7\u89d2\uff0c\u53ea\u8981\u75c5\u4eba\u6709\u9700\u8981\uff0c\u4ed6\u4eec\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2673"}; 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 () { } }); }); }