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=2612&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: 1749210708, nonceStr: 'b9wKIfWdLpgZzNac', signature: '36075f4ec6d0d4ddfc9b907f330aaacf7bad4481', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3\uff1a\u5b88\u62a4\u751f\u547d\u3001\u6551\u5728\u8eab\u8fb9","smalltext":"2019\u5e74\u662f\u6211\u5e02\u533b\u5e08\u5fd7\u613f\u670d\u52a1\u4e8b\u4e1a\u84ec\u52c3\u53d1\u5c55\u7684\u4e00\u5e74\uff0c\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3\u5728\u5e02\u536b\u5065\u59d4\u9886\u5bfc\u4e0b\uff0c\u7acb\u8db3\u5b9e\u9645\uff0c\u4e0d\u65ad\u521b\u65b0\uff0c\u6301\u7eed\u5f00\u5c55\u4ee5\u63d0\u5347\u793e\u4f1a\u516c\u4f17\u6025\u6551\u6280\u80fd\uff0c\u5927\u529b\u53d1\u5c55\u533b\u52a1\u5fd7\u613f\u670d\u52a1\u7cbe\u795e\u4e3a\u6838\u5fc3\u7684\u201c\u6551\u201d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2612"}; 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 () { } }); }); }