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=5227&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: 1744252603, nonceStr: '41a4KFTC2nBAtKWA', signature: '12a0d90a1db2acd5c2e043abfe84ac67ec408472', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662:\u590d\u5174\u53f7\u5217\u8f66\u4e0a\u7684\u6025\u6551","smalltext":"\u795e\u7ecf\u5185\u79d1\u5e74\u8f7b\u7684\u88f4\u6768\u533b\u751f\u6536\u5230\u4e86\u4e00\u9762\u7279\u6b8a\u7684\u9526\u65d7\uff0c\u4e4b\u6240\u4ee5\u7279\u6b8a\u662f\u56e0\u4e3a\u9526\u65d7\u5e76\u975e\u6765\u6e90\u4e8e\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\u7684\u4f4f\u9662\u60a3\u8005\u3002 3\u67082\u65e5\uff0c\u6606\u660e\u94c1\u8def\u5c40\u6606\u660e\u5ba2\u8fd0\u6bb5\u9ad8\u94c1\u4e94\u961f\u526f\u961f\u957f\u5f20\u6c38\u5f3a\u5e26\u9886\u94c1\u8def\u5c40\u7684\u5de5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5227"}; 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 () { } }); }); }