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=1260&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: 1749481486, nonceStr: 'R0YWhMUWDlW5Gc4r', signature: '3506dbc68620e39dd4d35264b6634283cf2235f6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662:\u201c\u690d\u7269\u4eba\u201d\u72b6\u6001\u768412\u5c11\u5e74\u6210\u90fd\u7684\u201c\u5e0c\u671b\u4e4b\u884c\u201d","smalltext":"\u201c\u4e50\u4e50\uff0c\u661f\u671f\u5929\u6211\u4eec\u5c31\u8981\u5750\u98de\u673a\u53bb\u6210\u90fd\u4e86\uff0c\u4f60\u653e\u5fc3\uff0c\u7f57\u53d4\u53d4\u4f1a\u5750\u4f60\u65c1\u8fb9\u7167\u987e\u4f60\uff01\u201d\u7f57\u6653\u7426\u533b\u751f\u4fef\u4e0b\u8eab\u5b50\u8d34\u7740\u4e50\u4e50\u7684\u8033\u6735\u8bf4\u5230\u3002\u201c\u4e50\u4e50\uff0c\u5feb\u8c22\u8c22\u7f57\u533b\u751f\uff0c\u6ca1\u6709\u4ed6\u4eec\u7684\u5e2e\u52a9\uff0c\u4f60\u5c31\u4e0d\u80fd\u53bb\u6210\u90fd\u6cbb\u7597\u4e5f\u4e0d\u80fd\u5750","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1260"}; 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 () { } }); }); }