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=2499&classid=12&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: 1746159235, nonceStr: 'YClmtkyWLIWvvUJp', signature: '888f349eab51a67c9505388420c40bbf115a13d8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u5b59\u6600\uff1a\u4e1c\u98ce\u5316\u96e8\u9010\u897f\u98ce","smalltext":"\u201c\u6bcf\u665a\u56de\u4f4f\u6240\u7684\u8def\u4e0a\uff0c\u6614\u65e5\u7e41\u534e\u7684\u5927\u8857\u90fd\u7a7a\u65e0\u4e00\u4eba\u3002\u6211\u5e26\u7740\u53e3\u7f69\uff0c\u4ecd\u80fd\u771f\u5207\u611f\u53d7\u5230\u81ea\u7531\u547c\u5438\u7684\u7f8e\u597d\u3002\u7acb\u6625\u4e86\uff0c\u2018\u4e1c\u98ce\u5316\u96e8\u9010\u897f\u98ce\uff0c\u5927\u5730\u9633\u548c\u6696\u6c14\u751f\u3002\u2019\u4e00\u5207\u90fd\u4f1a\u597d\u8d77\u6765\u7684\u3002\u8fd9\u51e0\u5929\u4e0d\u65ad\u6709\u91cd\u75c5\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2499"}; 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 () { } }); }); }