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=1480&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: 1749498799, nonceStr: 'Tp3GS38gkFFSwHHY', signature: 'bcbd569b4a42e7b60677f8f0d2566523b4c5d99b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u6709\u8fd9\u6837\u7684\u533b\u751f\uff0c\u771f\u597d","smalltext":" \u201c\u5e78\u597d\u6765\u4e86\u4f60\u4eec\u533b\u9662\uff0c\u8981\u4e0d\u7136\u5230\u73b0\u5728\u6211\u5973\u513f\u90fd\u641e\u4e0d\u6e05\u5230\u5e95\u5f97\u7684\u662f\u4ec0\u4e48\u75c5\u3002\u6211\u90bb\u5c45\u8fd8\u7eb3\u95f7\u8bf4\uff0c\u660e\u660e\u662f\u80ba\u708e\uff0c\u600e\u4e48\u6574\u51fa\u5fc3\u4e0a\u7684\u75c5\u5462\uff1f\u201d\u4e00\u4f4d\u5988\u5988\u611f\u6168\u9053\u3002\u8fd1\u65e5\uff0c\u5728\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5fc3\u810f\u5f69\u8d85\u5ba4\uff0c\u9648\u82cf\u6c5f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1480"}; 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 () { } }); }); }