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=1428&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: 1747192559, nonceStr: '1Mlo4jZ6lGfpuO5j', signature: '7cbc59602fa0e415478823a0efabb9b71a5cd41a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u9633\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a36\u5c81\u4ea7\u5987\u5168\u8eab\u6362\u88407\u904d","smalltext":"\u201c\u6000\u5b5540+4\u5468\u768436\u5c81\u4ea7\u5987\uff0c\u7a81\u53d1\u80f8\u95f7\u618b\u5598\uff1b\u8003\u8651\u7f8a\u6c34\u6813\u585e\uff01\u6253\u5f00\u751f\u547d\u7eff\u8272\u901a\u9053\uff01\u7d27\u6025\u7ec8\u6b62\u598a\u5a20\u2026\u2026\u201d\u201c\u4ea7\u5987\u5b50\u5bab\u4e4f\u529b\uff0c\u51dd\u8840\u529f\u80fd\u5dee\uff0c\u6709\u4e0d\u51dd\u8840\u6d41\u51fa\uff0c\u5404\u9879\u751f\u547d\u76d1\u6d4b\u6307\u6807\u5feb\u901f\u4e0b\u964d\u2026\u2026\u201d\u201c\u4ea7\u5987\u786e\u8bca\u4e3a\u6025","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1428"}; 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 () { } }); }); }