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=2611&classid=13&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: 1746159750, nonceStr: '5EX3N3ZpXLWXfYcb', signature: '664dad1be89e8135a89726ffa390e87f251acab2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ad8\u5bc6\u5e02\u4eba\u6c11\u533b\u9662\u5ba2\u670d\u90e8\uff1a\u4ee5\u7231\u4e4b\u540d\uff0c\u70b9\u4eae\u4eba\u6587\u4e4b\u5149","smalltext":"\u66fe\u7ecf\u6709\u4e00\u4e2a\u5fb7\u9ad8\u671b\u91cd\u7684\u8001\u533b\u751f\u544a\u8bc9\u6211\uff1a\u201c\u4e00\u6240\u597d\u7684\u533b\u9662\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6e29\u6696\u7684\u6e2f\u6e7e\uff1a\u662f\u60a3\u8005\u548c\u5bb6\u5c5e\u5fc3\u4e2d\u7684\u5e0c\u671b\uff0c\u4e0d\u4ec5\u75be\u75c5\u5f97\u5230\u8bca\u6cbb\uff0c\u4e14\u611f\u5230\u4e00\u79cd\u5c0a\u91cd\u548c\u6e29\u6696\uff1b\u662f\u533b\u52a1\u4eba\u5458\u548c\u5458\u5de5\u5185\u5fc3\u7684\u5f52\u5c5e\uff0c\u53ef\u4ee5\u4e3a\u4ed6\u4eec","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2611"}; 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 () { } }); }); }