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=6796&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: 1746120919, nonceStr: 'p0mR9LfAAlAKMOvO', signature: '84e452bab35f7d308b0a36f95783d8d8eadc32be', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4e24\u5e74\u5b8c\u6210800\u53f0\u624b\u672f\uff0c\u4ed6\u628a\u4e73\u764c\u7532\u764c\u65b0\u6280\u672f\u201c\u5e26\u201d\u5230\u97f6\u5173","smalltext":"\u4e24\u53f0\u7532\u72b6\u817a\u764c\u3001\u4e00\u53f0\u4e73\u817a\u764c\u3001\u4e00\u53f0\u666e\u901a\u4e73\u817a\u624b\u672f\uff0c\u8fd9\u662f\u5f20\u534e\u8000\u4eca\u5929\u8981\u4e3b\u5200\u7684\u624b\u672f\uff0c\u8fd9\u4e5f\u662f\u4ed6\u518d\u5e73\u5e38\u4e0d\u8fc7\u7684\u4e00\u5929\u30022023\u5e745\u6708\uff0c\u4ed6\u62c5\u4efb\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e73\u817a\u7532\u72b6\u817a\u79d1\u5b66\u79d1\u5e26\u5934\u4eba\u3002\u201c\u6211\u57fa\u672c\u628a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6796"}; 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 () { } }); }); }