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=2872&classid=12&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: 1716103011, nonceStr: 'EAyxAZVZBdPR3bQ6', signature: 'b4f5691202f0e591e9a95de54c8e4604f1fda785', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5e02\u804c\u4e1a\u75c5\u9632\u6cbb\u9662\u738b\u6842\u73e0\uff1a\u4e0d\u5fd8\u521d\u5fc3 \u5b88\u6b63\u521b\u65b0","smalltext":"\u77e5\u6027\u4f18\u96c5\u3001\u6e29\u67d4\u4eb2\u548c\u3001\u5e72\u7ec3\u5229\u843d\u3001\u591a\u8c0b\u5584\u65ad\u2014\u2014\u8fd9\u662f\u5357\u4eac\u5e02\u804c\u4e1a\u75c5\u9632\u6cbb\u9662\u738b\u6842\u73e0\u9662\u957f\u5728\u5168\u9662\u804c\u5de5\u548c\u5f88\u591a\u60a3\u8005\u5fc3\u4e2d\u7684\u5171\u540c\u5370\u8c61\u3002\u5357\u4eac\u5e02\u804c\u4e1a\u75c5\u9632\u6cbb\u9662\u524d\u8eab\u4e3a\u5357\u4eac\u5e02\u804c\u4e1a\u75c5\u9632\u6cbb\u6240\uff0c2012\u5e743","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2872"}; 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 () { } }); }); }