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=6539&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: 1716212798, nonceStr: 'FUJiKLfjDp8styKe', signature: '79a6870210f4ebaaa528c81a90a9830694c67303', 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\u7231\u8981\u600e\u4e48\u8bf4\u51fa\u53e3","smalltext":"\u73b0\u4eca\u533b\u5b66\u6280\u672f\u98de\u901f\u53d1\u5c55\uff0c\u533b\u5b66\u5bf9\u751f\u547d\u7684\u601d\u8003\u4e5f\u8d8a\u6765\u8d8a\u591a\uff0c\u533b\u5b66\u4eba\u6587\u7684\u8bde\u751f\u8d4b\u4e88\u4e86\u533b\u7597\u5de5\u4f5c\u8005\u66f4\u5e7f\u9614\u3001\u66f4\u5168\u9762\u7684\u610f\u4e49\u3002\u533b\u5b66\u7814\u7a76\u7684\u4e3b\u4f53\u662f\u4eba\uff0c\u670d\u52a1\u7684\u5bf9\u8c61\u4e5f\u662f\u4eba\uff0c\u533b\u7597\u8fc7\u7a0b\u79bb\u4e0d\u5f00\u4eba\u4e0e\u4eba\u4e4b\u95f4\u7684\u6c9f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6539"}; 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 () { } }); }); }