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=898&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: 1749417662, nonceStr: 'LL6udvUzeErxL5AO', signature: 'ae3ca5e2286b1b9a2066741583766d450ffa8f4b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u51cc\u6668\u4e00\u70b9\uff0c\u516b\u65ec\u7239\u7239\u4ecd\u4e0d\u7761\u7adf\u662f\u4e3a\u4e86\u5199\u8bd7","smalltext":" 7\u670823\u65e5\u51cc\u6668\u4e00\u70b9\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u9aa8\u5916\u79d1\u75c5\u623f\u9759\u6084\u6084\u7684\uff0c\u4f46\u6709\u4e2a\u5c0f\u75c5\u623f\u5374\u4eae\u8d77\u5c0f\u706f\uff0c\u539f\u6765\u662f25\u53f7\u75c5\u5e8a\u7684\u8303\u7239\u7239\u6b63\u5750\u5728\u5e8a\u5934\u805a\u7cbe\u4f1a\u795e\u7684\u5199\u4e1c\u897f\uff0c\u503c\u73ed\u62a4\u58eb\u89c1\u706f\u8fc7\u53bb\u67e5\u770b\u53d1\u73b0\uff0c\u7239\u7239\u6b63\u5728\u5199\u8bd7","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=898"}; 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 () { } }); }); }