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=5414&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: 1715890237, nonceStr: 'XzIUJnND2LsaQNbo', signature: '3ca1f3462d29a5b5fdffdff351acfb15a1edb709', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u533b\u52a1\u4eba\u5458\u81ea\u53d1\u4e3a\u60a3\u8005\u6350\u6b3e","smalltext":"\u4e0b\u73ed\u8def\u4e0a\uff0c\u4f34\u7740\u5608\u6742\u7684\u4eba\u7fa4\u58f0\uff0c\u6211\u62d6\u7740\u75b2\u60eb\u7684\u8eab\u4f53\uff0c\u4f4e\u7740\u5934\uff0c\u4e00\u4e0d\u5c0f\u5fc3\u649e\u4e0a\u4e86\u4e00\u4e2a\u5927\u7237\u3002\u6211\u5fc3\u91cc\u4e00\u60ca\uff0c\u6025\u5fd9\u8bf4\u7740:\u201c\u5bf9\u4e0d\u8d77,\u5bf9\u4e0d\u8d77\uff0c\u60a8\u6ca1\u4e8b\u5427\u5927\u7237\uff1f\u201d\u53ea\u89c1\u5927\u7237\u7a33\u4e86\u7a33\u8eab\u4f53\uff0c\u4ed4\u7ec6\u7684\u7aef\u8be6\u7740\u6211\uff0c\u7136\u540e\u6fc0\u52a8\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5414"}; 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 () { } }); }); }