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=6661&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: 1743705342, nonceStr: 'w1nJlHgJKiJRGMYV', signature: '013b782751eca0a4f5ed3332f07e57bf9571f875', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6bcf\u4e2a\u75c5\u4eba\u90fd\u5e94\u8be5\u88ab\u201c\u770b\u89c1\u201d","smalltext":"\u4eca\u5929\u53c8\u662f\u4e00\u4e2a\u5f88\u5e73\u5e38\u7684\u591c\u73ed\u3002\u5f00\u59cb\u63a5\u73ed\u4e86\uff0c\u75c5\u4eba\u603b\u6570\u591a\uff0c\u91cd\u75c5\u4eba\u591a\uff0c\u65e9\u5c31\u662f\u6211\u4eec\u795e\u7ecf\u5185\u79d1\u7684\u5e38\u6001\u3002\u4f5c\u4e3a\u4e00\u540d\u5de5\u4f5c\u5341\u5e74\u4ee5\u4e0a\u7684\u4e3b\u7ba1\u62a4\u5e08\uff0c\u9762\u5bf9\u4eca\u5929\u7684\u591c\u73ed\uff0c\u6211\u53c8\u6253\u8d77\u5341\u4e8c\u5206\u7684\u7cbe\u795e\u6765\u8fce\u63a5\u4eca\u5929\u7684\u8fd9\u573a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6661"}; 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 () { } }); }); }