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=4450&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: 1744645826, nonceStr: 'NTk0gTfMF70T9kER', signature: 'd82a6f5e8cedaf32399d52f6a185c238defe6903', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u725b\u820c\u52a9\u653b\u663e\u771f\u6280\uff0c\u201c\u4fa7\u5207\u7f1d\u5408\u201d\u89c1\u771f\u7ae0","smalltext":"\u767e\u8238\u4e89\u6d41\uff0c\u51b3\u6218\u5b9e\u8df5\u3002\u8fd9\u662f\u4e00\u573a\u201c\u725b\u820c\u201d\u4e0e\u52a9\u4ea7\u533b\u8005\u4e4b\u95f4\u7684\u7edd\u5999\u78b0\u649e\u3002\u5979\u4eec\u662f\u4eba\u7c7b\u65b0\u751f\u547d\u7684\u634d\u536b\u8005\u662f\u5e7f\u5927\u5987\u5973\u7684\u201c\u5b88\u62a4\u795e\u201d\u4fc3\u8fdb\u81ea\u7136\u5206\u5a29\uff0c\u4fdd\u969c\u6bcd\u5a74\u5b89\u5eb7\u662f\u5979\u4eec\u7684\u804c\u8d23\u719f\u7ec3\u4e25\u8c28\u5730\u638c\u63e1\u4f1a\u9634","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4450"}; 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 () { } }); }); }