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=908&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: 1749417397, nonceStr: 'aYRxgItvp4BH1VJu', signature: '79eba94b0d5f2a651dedb0b8845a537a9e4f48af', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5927\u9644\u4e00\u9662\uff1a\u4e03\u65ec\u8001\u4eba\u8bef\u541e\u5851\u6599\u7247 \u591a\u5b66\u79d1\u8054\u624b\u5de7\u6cbb\u98df\u7ba1\u7618","smalltext":"\u201c\u6025\u8bca\u4f1a\u8bca\u4e2d\uff0c\u98df\u7ba1\u53d6\u5f02\u7269\u6700\u5e38\u89c1\u7684\u662f\u9e21\u9aa8\u5934\u548c\u9c7c\u523a\uff0c\u5851\u6599\u7247\u5361\u4f4f\u98df\u9053\uff0c\u8fd9\u8fd8\u662f\u6211\u5934\u4e00\u6b21\u9047\u5230\u201d\uff0c\u82cf\u5dde\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u80f8\u5916\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u5f90\u6625\u4ecb\u7ecd\u8bf4\u3002\u8fd1\u65e5\uff0c\u4e00\u4f4d72\u5c81\u7684\u8001\u4eba\u56e0\u98df\u9053\u5361\u4f4f\u5851\u6599\u7247","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=908"}; 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 () { } }); }); }