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=586&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: 1749324984, nonceStr: 'Zt3O4cBJQVN4rlLb', signature: '722360dfdfb82461ecd7248b81c9c7eb2b5cf0d6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f4d\u574a\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u8de8\u4e1a\u624b\u672f\u5931\u8d25\u5f15\u53d1\u2026\u2026","smalltext":"\u6f4d\u574a\u5e02\u4eba\u6c11\u533b\u9662\u666e\u5916\u79d1\u533b\u751f\u8bb8\u52a0\u53cb\u901a\u8fc7\u5bf9\u81ea\u8eab\u957f\u5e74\u624b\u672f\u6280\u5de7\u7684\u8bc4\u4f30\u5916\u52a0\u4e00\u70b9\u5c0f\u81ea\u4fe1\u91c7\u7528\u4f20\u7edf\u5916\u79d1\u624b\u672f\u65b9\u5f0f\u8de8\u4e13\u4e1a\u65bd\u884c\u4e00\u4f8b\u81ea\u884c\u8f66\u540e\u8f6e\u4fa7\u58c1\u4f24\u53e3\u7f1d\u5408\u66a8\u8f6e\u80ce\u8865\u7247\u7c98\u5408\u672f\u7b80\u79f0\u8f66\u8f71\u8f98\u8865\u80ce\u672f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=586"}; 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 () { } }); }); }