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=5058&classid=5&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: 1716015336, nonceStr: 'suF2jUeyAJR39kuU', signature: '88df052a2a98838cd3839a47a7ad59223606e0c7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8001\u4eba\u6d74\u6c60\u6655\u5012 \u62a4\u58eb\u63f4\u624b\u6551\u52a9","smalltext":"11\u670811\u65e5\u4e0a\u5348\uff0c\u5e02\u533a\u4e00\u5bb6\u6d74\u6c60\u51fa\u73b0\u4e86\u6696\u5fc3\u4e00\u5e55\uff0c\u4e00\u4f4d\u8001\u4eba\u56e0\u4f4e\u8840\u7cd6\u7a81\u7136\u6655\u5012\u5728\u5730\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u5173\u8282\u9aa8\u79d1\u4e3b\u7ba1\u62a4\u5e08\u82d7\u9752\u53d1\u73b0\u540e\u7b2c\u4e00\u65f6\u95f4\u547c\u6551\u5de5\u4f5c\u4eba\u5458\u5e76\u505a\u51fa\u4e13\u4e1a\u65bd\u6551\uff0c\u5728\u5927\u5bb6\u7684\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u8001\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5058"}; 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 () { } }); }); }