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=119&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: 1716015995, nonceStr: '7PDGAaB0OgpJnyUD', signature: 'bbdae6bbf2bf7817a219725a881efedf67de5651', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u5c0f\u7167\u7247\u5e26\u6765\u5927\u84dd\u56fe","smalltext":"\u533b\u5b66\u7684\u672c\u8d28\u5c5e\u6027\u662f\u793e\u4f1a\u6027\u548c\u4eba\u6587\u6027\uff0c\u533b\u5b66\u662f\u5173\u7231\u751f\u547d\u7684\u804c\u4e1a\uff0c\u533b\u5b66\u4eba\u6587\u662f\u656c\u754f\u751f\u547d\u7684\u804c\u4e1a\u60c5\u6000\u3002\u5176\u670d\u52a1\u5bf9\u8c61\u662f\u6d3b\u751f\u751f\u7684\u4eba\uff0c\u662f\u590d\u6742\u7684\u4eba\u4f53\u548c\u751f\u547d\u73b0\u8c61\uff0c\u4e16\u754c\u4e0a\u6ca1\u6709\u54ea\u4e00\u79cd\u804c\u4e1a\u80fd\u4e0e\u533b\u5b66\u505a\u540c\u7c7b\u6bd4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=119"}; 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 () { } }); }); }