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=2947&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: 1714246825, nonceStr: 'CndiylWUV8HUS38U', signature: 'a961fee71761d1b4daab6f38f22277ea3644541c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60a3\u8005\u4ee5\u8fd9\u6837\u7684\u65b9\u5f0f\uff0c\u5411\u65b0\u65f6\u4ee3\u82f1\u96c4\u81f4\u656c","smalltext":"\u968f\u7740\u6566\u5316\u5e02\u533b\u9662\u5404\u79d1\u5ba4\u590d\u8bca\uff0c\u533b\u9662\u5c31\u8bca\u4eba\u6570\u9010\u6e10\u589e\u591a\uff0c\u4e3a\u51c6\u786e\u505a\u597d\u5165\u9662\u60a3\u8005\u7684\u6d4b\u6e29\u5de5\u4f5c\uff0c\u786e\u4fdd\u53d1\u70ed\u60a3\u8005\u4e0e\u666e\u901a\u60a3\u8005\u5206\u6d41\uff0c\u4e25\u683c\u907f\u514d\u4ea4\u53c9\u611f\u67d3\uff0c\u6240\u6709\u5c31\u8bca\u901a\u9053\u90fd\u6709\u5de5\u4f5c\u4eba\u5458\u4e25\u683c\u201c\u628a\u5173\u201d\uff0c\u6ca1\u6709\u7ecf\u8fc7\u6d4b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2947"}; 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 () { } }); }); }