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=6508&classid=14&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: 1749064127, nonceStr: 'hdDewBY6rJZAhSf6', signature: '6049257eed5c1f40c68c6ca8ef315e184d356f9c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8fd9\u680b\u5916\u6ee9\u5927\u697c\u4eca\u5e7490\u5c81","smalltext":"\u5728\u7480\u74a8\u7684\u9ec4\u6d66\u6c5f\u8fb9\uff0c\u873f\u8712\u7684\u82cf\u5dde\u6cb3\u5357\u5cb8\uff0c\u6709\u4e00\u5ea7\u5efa\u6210\u4e8e1933\u5e74\u7684\u56fd\u534e\uff08\u94f6\u884c\uff09\u5927\u697c\u3002\u5927\u697c\u4f4d\u4e8e\u4e0a\u6d77\u5e02\u5317\u4eac\u4e1c\u8def\u6cb3\u5357\u4e2d\u8def\u8def\u53e3\uff0c\u5c5e\u4e8e\u5916\u6ee9\u5386\u53f2\u6587\u5316\u98ce\u8c8c\u533a\uff0c\u662f\u4e0a\u6d77\u5e02\u7b2c\u4e8c\u6279\u4f18\u79c0\u5386\u53f2\u5efa\u7b51\uff0c\u4eca\u5e74\u521a\u597d90\u5468","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6508"}; 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 () { } }); }); }